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 1612169 commit 447850dCopy full SHA for 447850d
next.config.js
@@ -6,8 +6,7 @@ const nextConfig = {
6
output: 'export',
7
images: {
8
unoptimized: true
9
- },
10
- basePath: '/dictionary-webapp'
+ }
11
};
12
13
export default withSerwistInit({
src/lib/constants.ts
@@ -1,2 +1,2 @@
1
-export const RootUrl = 'https://transconlang.github.io/dictionary-webapp';
2
-// export const RootUrl = 'http://localhost:3000/dictionary-webapp';
+export const RootUrl = 'https://transconlang.github.io';
+// export const RootUrl = 'http://localhost:3000';
0 commit comments