diff --git a/next.config.js b/next.config.js index 771420e..36477f8 100644 --- a/next.config.js +++ b/next.config.js @@ -8,16 +8,16 @@ module.exports = { return config; }, - async rewrites() { - return [ - { - source: "/", - destination: "/home", - }, - { - source: "/admin", - destination: "/admin/index.html", - }, - ]; - }, + // async rewrites() { + // return [ + // { + // source: "/", + // destination: "/home", + // }, + // { + // source: "/admin", + // destination: "/admin/index.html", + // }, + // ]; + // }, };