Skip to content

Commit 0763f10

Browse files
Add missing trailing slash on publicPath in docs. Fixesaspnet#516.
1 parent dcb819f commit 0763f10

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.SpaServices

1 file changed

+1
-1
lines changed

‎src/Microsoft.AspNetCore.SpaServices/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ module.exports ={
538538

539539
output:{
540540
path:path.join(__dirname, 'wwwroot', 'dist'),
541-
publicPath:'/dist',
541+
publicPath:'/dist/',
542542
filename:'[name].js'
543543
},
544544
};

0 commit comments

Comments
(0)