Fixes hot-reload for dev

pull/9078/head
zomars 2022-06-14 14:07:23 -06:00
parent 55d8af0ae9
commit 49087d858e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const withTM = require("next-transpile-modules")([
module.exports = withTM({ module.exports = withTM({
async rewrites() { async rewrites() {
return { return {
beforeFiles: [ afterFiles: [
// This redirects requests recieved at / the root to the /api/ folder. // This redirects requests recieved at / the root to the /api/ folder.
{ {
source: "/v:version/:rest*", source: "/v:version/:rest*",