We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c74ba29 + 104c4cf commit aba44beCopy full SHA for aba44be
next.config.mjs
@@ -1,6 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const isProd = process.env.NODE_ENV === 'production';
3
-const hasCustomDomain = false; // no custom domain, using github.io URL
+const hasCustomDomain = true;
4
5
const nextConfig = {
6
reactStrictMode: true,
0 commit comments