This commit is contained in:
AykutSarac 2022-04-27 15:44:05 +03:00
parent 560911f663
commit dba8e62267

View File

@ -7,7 +7,7 @@ const nextConfig = {
reactStrictMode: true,
exportPathMap: () => ({
"/": { page: "/" },
"/editor": { page: "/_offline" },
"/editor": { page: "/editor" },
}),
compiler: {
styledComponents: true,