Skip to content

Commit 2da1a7c

Browse files
committed
doc: Modify kkt config.
1 parent 6028c7d commit 2da1a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kktrc.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export default (conf: webpack.Configuration, opts: OptionConf, webpack: Webpack)
3232
})
3333
);
3434

35+
conf.output = { ...conf.output, publicPath: './' }
36+
3537
return conf;
3638
}
3739

0 commit comments

Comments
 (0)