Skip to content

Commit c835c02

Browse files
committed
fix: next pwa build
1 parent 6477eb8 commit c835c02

5 files changed

+33
-41
lines changed

next.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const withReactSvg = require('next-react-svg')
22
const path = require('path')
33
const withPWA = require('next-pwa')
4-
const withCSS = require('@zeit/next-css');
54

65
module.exports = withReactSvg({
76
include : path.resolve(__dirname, 'public/assets/icon'),
@@ -20,8 +19,8 @@ module.exports = withPWA({
2019
}
2120
})
2221

23-
// const isProd = process.env.NODE_ENV === 'production'
22+
const isProd = process.env.NODE_ENV === 'production'
2423

25-
// // module.exports = {
26-
// // assetPrefix: isProd ? '/nekonako.github.io/' : ''
27-
// // }
24+
module.exports = {
25+
assetPrefix: isProd ? '/nekonako.github.io/' : ''
26+
}

package-lock.json

+27-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"postcss-flexbugs-fixes": "^5.0.2",
2222
"postcss-preset-env": "^9.5.0",
2323
"prismjs": "^1.22.0",
24-
"react": "17.0.1",
25-
"react-dom": "17.0.1",
24+
"react": "^18.2.0",
25+
"react-dom": "^18.2.0",
2626
"react-lineicons": "^2.2.0",
2727
"react-masonry-css": "^1.0.14",
2828
"remark-html": "^13.0.1",

public/2895ea5fb626db97f5174291a2d597b5.html

Whitespace-only changes.

0 commit comments

Comments
 (0)