Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
387 changes: 387 additions & 0 deletions public/consistency-cheatsheet.html

Large diffs are not rendered by default.