Skip to content

Commit 104c4cf

Browse files
Update next.config.mjs
1 parent c74ba29 commit 104c4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const isProd = process.env.NODE_ENV === 'production';
3-
const hasCustomDomain = false; // no custom domain, using github.io URL
3+
const hasCustomDomain = true;
44

55
const nextConfig = {
66
reactStrictMode: true,

0 commit comments

Comments
 (0)