Skip to content

Commit

Permalink
Merge pull request #71 from yxhong-tw/master
Browse files Browse the repository at this point in the history
Update the public url.
  • Loading branch information
yxhong-tw authored Oct 1, 2024
2 parents 6cc8cbc + 5ac8ca4 commit 0a95872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = (_, argv) => {

// webpack.output.publicPath need a trailing slash
const PUBLIC_URL = isProductionMode ?
'http://140.116.245.107/' :
'http://ikmlab.duckdns.org/' :
`https://${devConfig.host}:${devConfig.port}/`

const getStyleLoaders = (useSassLoader = false) => {
Expand Down

0 comments on commit 0a95872

Please sign in to comment.