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