We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b757fc commit 7e3601bCopy full SHA for 7e3601b
next.config.mjs
@@ -4,6 +4,14 @@ const nextConfig = {
4
rewrites: async () => {
5
return {
6
fallback: [
7
+ {
8
+ source: "/sources.json",
9
+ destination: "/gh-pages/sources.json",
10
+ },
11
12
+ source: "/status.json",
13
+ destination: "/gh-pages/status.json",
14
15
{
16
source: "/:path((?!.*\\.[a-zA-Z0-9]{1,4}$).*)", // Matches paths without a valid file extension
17
destination: "/transcript/:path*", // Rewrite to /transcripts/[path...]
0 commit comments