misc: change rewrite approach

pull/265/head
Yangshun 3 years ago
parent 88756ed0f3
commit 330de2b2f2

@ -4,12 +4,12 @@
}, },
"rewrites": [ "rewrites": [
{ {
"source": "/grind75/:asset*", "source": "/grind75",
"destination": "https://www.grind75.com/:asset*" "destination": "https://grind75.vercel.app/grind75"
}, },
{ {
"source": "/_next/:asset*", "source": "/grind75/:asset*",
"destination": "https://www.grind75.com/_next/:asset*" "destination": "https://grind75.vercel.app/grind75/:asset*"
} }
] ]
} }

Loading…
Cancel
Save