mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix path
This commit is contained in:
parent
560911f663
commit
dba8e62267
@ -7,7 +7,7 @@ const nextConfig = {
|
|||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
exportPathMap: () => ({
|
exportPathMap: () => ({
|
||||||
"/": { page: "/" },
|
"/": { page: "/" },
|
||||||
"/editor": { page: "/_offline" },
|
"/editor": { page: "/editor" },
|
||||||
}),
|
}),
|
||||||
compiler: {
|
compiler: {
|
||||||
styledComponents: true,
|
styledComponents: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user