Skip to content

Commit

Permalink
docs: Fix public path in site build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Nov 21, 2022
1 parent 9aa3bdc commit e85d6a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reskript.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default configure(
{
build: {
appTitle: 'Online Diff',
publicPath: '/react-diff-view/assets/',
style: {
modules: resource => resource.endsWith('.less') && !resource.includes('node_modules'),
},
Expand Down

0 comments on commit e85d6a3

Please sign in to comment.