diff --git a/next.config.ts b/next.config.ts index 16313bf..84644d6 100644 --- a/next.config.ts +++ b/next.config.ts @@ -18,6 +18,16 @@ const nextConfig: NextConfig = { }; return config; }, + async rewrites() { + return [ + // Standalone consistency cheat sheet, served as a raw HTML file from + // public/consistency-cheatsheet.html (kept outside the app/ design system). + { + source: "/consistency-cheatsheet", + destination: "/consistency-cheatsheet.html", + }, + ]; + }, async redirects() { return [ // Old livepeer.org routes → new site equivalents diff --git a/public/consistency-cheatsheet.html b/public/consistency-cheatsheet.html new file mode 100644 index 0000000..b4d0ffb --- /dev/null +++ b/public/consistency-cheatsheet.html @@ -0,0 +1,387 @@ + + + + + Character & Object Consistency — Livepeer Agent Guide + + + + +
+ +
+
Unpacking...
+ + + + + + + + + + + + \ No newline at end of file