diff --git a/README.md b/README.md index ea07cfe..012dd50 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -This is a fork of [maputnik/editor](https://github.com/maputnik/editor) which is "An open source visual editor for the 'Mapbox Style Specification'". In this fork, `pmtiles` protocol has been added to `maplibregl` so that the editor should work also with [Protomaps](https://docs.protomaps.com/). +This is a fork of [maputnik/editor](https://github.com/maputnik/editor) which is "An open source visual editor for the 'Mapbox Style Specification'". In this fork, `pmtiles` protocol has been added to `maplibregl` so that the editor should work also with [Protomaps](https://docs.protomaps.com/). The sample data has been downloaded from [OpenStreetMap](https://www.openstreetmap.org) and the styles has been generated with [protomaps/basemaps](https://github.com/protomaps/basemaps) diff --git a/config/webpack.production.config.js b/config/webpack.production.config.js index 5d6ab56..393eeb7 100644 --- a/config/webpack.production.config.js +++ b/config/webpack.production.config.js @@ -8,7 +8,7 @@ var BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlug var CopyWebpackPlugin = require('copy-webpack-plugin'); var artifacts = require("../test/artifacts"); -var OUTPATH = artifacts.pathSync("/build"); +var OUTPATH = artifacts.pathSync("/"); module.exports = { entry: {