fix static folder path in config
This commit is contained in:
parent
e99f85489f
commit
00c829dc18
|
@ -34,7 +34,7 @@
|
|||
"last 1 chrome versions"
|
||||
],
|
||||
"staticFiles": {
|
||||
"staticPath": "static",
|
||||
"staticPath": "public",
|
||||
"watcherGlob": "**"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue