diff options
Diffstat (limited to 'source/about/next.config.mjs')
| -rw-r--r-- | source/about/next.config.mjs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/about/next.config.mjs b/source/about/next.config.mjs deleted file mode 100644 index b85876f..0000000 --- a/source/about/next.config.mjs +++ /dev/null @@ -1,7 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = { - output: "export", - assetPrefix: "/about/", -}; - -export default nextConfig; |
