Skip to content

Commit 447850d

Browse files
authored
Update basePath (#9)
* Update next.config.js * Update constants.ts
1 parent 1612169 commit 447850d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const nextConfig = {
66
output: 'export',
77
images: {
88
unoptimized: true
9-
},
10-
basePath: '/dictionary-webapp'
9+
}
1110
};
1211

1312
export default withSerwistInit({

src/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const RootUrl = 'https://transconlang.github.io/dictionary-webapp';
2-
// export const RootUrl = 'http://localhost:3000/dictionary-webapp';
1+
export const RootUrl = 'https://transconlang.github.io';
2+
// export const RootUrl = 'http://localhost:3000';

0 commit comments

Comments
 (0)