Skip to content

Commit 3af06c9

Browse files
committed
drop base for gh pages hosting of apex
1 parent 9f0c2b5 commit 3af06c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
// defaultLocale: 'en',
1818
// },
1919
output: 'export',
20-
basePath: `${process.env.PAGES_BASE_PATH}`,
20+
// basePath: `${process.env.PAGES_BASE_PATH}`, // needed this before the DNS A Records propagated.
2121
};
2222

2323
// Injected content via Sentry wizard below

notes/dns.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@ A 3.208.43.174
2+
* A 3.208.43.174

0 commit comments

Comments
 (0)