Skip to content

Commit aba44be

Browse files
authored
Merge pull request #4 from Darkelf2024/dev
Update next.config.mjs
2 parents c74ba29 + 104c4cf commit aba44be

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)