We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0c2b5 commit 3af06c9Copy full SHA for 3af06c9
next.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
// defaultLocale: 'en',
18
// },
19
output: 'export',
20
- basePath: `${process.env.PAGES_BASE_PATH}`,
+ // basePath: `${process.env.PAGES_BASE_PATH}`, // needed this before the DNS A Records propagated.
21
};
22
23
// Injected content via Sentry wizard below
notes/dns.txt
@@ -0,0 +1,2 @@
1
+@ A 3.208.43.174
2
+* A 3.208.43.174
0 commit comments