Skip to content

Commit 52057ad

Browse files
committed
public production
1 parent fd60003 commit 52057ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import createMDX from '@next/mdx'
22
/** @type {import('next').NextConfig} */
33
const nextConfig = {
44
output: 'export' as const,
5-
// basePath: process.env.NODE_ENV === 'production' ? '/next-project-site' : '',
5+
basePath: process.env.NODE_ENV === 'production' ? '/next-project-site' : '',
66
images: {
77
unoptimized: true,
88
},

0 commit comments

Comments
 (0)