mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
Added publicPath
Bootstrap and other resources should load assets from this URL path
This commit is contained in:
parent
b6bb8ca700
commit
19ef69445b
@ -11,6 +11,7 @@ var options = {
|
||||
output: {
|
||||
path: path.dirname(__dirname) + '/assets/static',
|
||||
filename: '[name].js'
|
||||
publicPath: "/static/gen/"
|
||||
},
|
||||
devtool: '#cheap-module-source-map',
|
||||
resolve: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user