Skip to content

Commit

Permalink
fix: GitHub pages domain support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazaz committed Jan 6, 2024
1 parent 0b2e8c1 commit 3241408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config = {

output: {
path: path.resolve(__dirname, 'public'),
publicPath: '/'
publicPath: '/Client2/' // used for GitHub Pages, maybe control via env var?
},

devServer: {
Expand Down

0 comments on commit 3241408

Please sign in to comment.