|
|
@@ -27,8 +27,8 @@ module.exports = { register: app => {
|
|
|
app.routerUtils.staticGet(app, "/public/fonts/materialdesignicons-webfont.woff", './node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff');
|
|
|
app.routerUtils.staticGet(app, "/public/fonts/materialdesignicons-webfont.woff2", './node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff2');
|
|
|
|
|
|
- app.routerUtils.staticGet(app, "/public/leaflet/leaflet.js", "./node_modules/leaflet/dist/leaflet-src.js");
|
|
|
- app.routerUtils.staticGet(app, "/public/leaflet/leaflet.js.map", "./node_modules/leaflet/dist/leaflet-src.js.map");
|
|
|
+ app.routerUtils.staticGet(app, "/public/leaflet/leaflet-src.js", "./node_modules/leaflet/dist/leaflet-src.js");
|
|
|
+ app.routerUtils.staticGet(app, "/public/leaflet/leaflet-src.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");
|