|
|
@@ -31,6 +31,7 @@ module.exports = { register: app => {
|
|
|
app.routerUtils.staticGet(app, "/public/leaflet/leaflet.js.map", "./node_modules/leaflet/dist/leaflet-src.js.map");
|
|
|
app.routerUtils.staticGet(app, "/public/leaflet/leaflet.css", "./node_modules/leaflet/dist/leaflet.css");
|
|
|
app.routerUtils.staticGet(app, "/public/leaflet/images/marker-icon.png", "./node_modules/leaflet/dist/images/marker-icon.png");
|
|
|
+ app.routerUtils.staticGet(app, "/public/leaflet/images/marker-icon-2x.png", "./node_modules/leaflet/dist/images/marker-icon-2x.png");
|
|
|
app.routerUtils.staticGet(app, "/public/leaflet/images/marker-shadow.png", "./node_modules/leaflet/dist/images/marker-shadow.png");
|
|
|
|
|
|
app.routerUtils.staticGet(app, "/favicon.ico", './static/public/img/logo.svg');
|