Skip to content

Commit

Permalink
remove index router
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed May 7, 2022
1 parent b3afea6 commit 9ddaa06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const withPWA = require("next-pwa");
const nextConfig = {
reactStrictMode: true,
exportPathMap: () => ({
"/": { page: "/" },
"/editor": { page: "/editor" },
"/": { page: "/editor" },
}),
compiler: {
styledComponents: true,
Expand Down

0 comments on commit 9ddaa06

Please sign in to comment.