Skip to content

Commit d55e6c8

Browse files
Update config for GitHub Pages deployment
1 parent 62a2280 commit d55e6c8

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

next.config.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
module.exports = {
22
reactStrictMode: true,
3-
settings: {
4-
"import/resolver": {
5-
node: {
6-
extensions: [".js", ".jsx", ".ts", ".tsx"],
7-
},
8-
},
9-
},
103
images: {
11-
domains: ["https://drive.google.com"],
4+
domains: ["drive.google.com"],
125
},
6+
basePath: '',
7+
assetPrefix: '',
8+
output: 'export',
9+
distDir: 'build',
1310
};
1411
//https://drive.google.com/uc?export=view&id=1i-okZZdJHPC7yuQT0x2Byse8YzYz3sYk

0 commit comments

Comments
 (0)