Skip to content

Commit d68da65

Browse files
committed
fix: github Page path error
1 parent 6a3eff0 commit d68da65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rsbuild.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export default defineConfig({
1010
},
1111
output: {
1212
distPath: {
13-
root: 'distExample',
13+
root: './distExample',
1414
},
15+
assetPrefix: './',
1516
},
1617
});

0 commit comments

Comments
 (0)