diff --git a/bun.lockb b/bun.lockb index 53ce40e..dbbbabd 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.js b/next.config.js index 4685a59..8e61050 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,13 @@ module.exports = { swcMinify: true, + rewrites: async () => { + return [ + { + source: "/", + destination: "/index.html", + } + ] + }, webpack: (config) => { config.resolve.fallback = { fs: false,