Skip to content

Commit

Permalink
fix: fix github pages main deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 18, 2024
1 parent 9bac681 commit 3ea95d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion prismarine-viewer/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default mergeRsbuildConfig(
distPath: {
root: join(__dirname, './dist'),
},
assetPrefix: './',
},
server: {
port: 9090,
Expand Down
3 changes: 2 additions & 1 deletion prismarine-viewer/rsbuildSharedConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export const appAndRendererSharedConfig = () => defineConfig({
output: {
polyfill: 'usage',
// 50kb limit for data uri
dataUriLimit: 50 * 1024
dataUriLimit: 50 * 1024,
assetPrefix: './',
},
source: {
alias: {
Expand Down

0 comments on commit 3ea95d5

Please sign in to comment.