diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index db9e319..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "cityjson-vue-components"] - path = cityjson-vue-components - url = git@github.com:cityjson/cityjson-vue-components diff --git a/README.md b/README.md index d4b0509..39dc549 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![ninja logo](logo_small.png) ninja +# ![ninja logo](images/logo_small.png) ninja ![](images/screenshot-3dbag.png) diff --git a/logo.png b/images/logo.png similarity index 100% rename from logo.png rename to images/logo.png diff --git a/logo_small.png b/images/logo_small.png similarity index 100% rename from logo_small.png rename to images/logo_small.png diff --git a/vue.config.js b/vue.config.js deleted file mode 100644 index 44e5c18..0000000 --- a/vue.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - publicPath: '/' -} \ No newline at end of file