diff --git a/nuxt.config.js b/nuxt.config.js index 38da48b..ecdc211 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,7 +14,7 @@ export default { /* ** Customize the progress-bar color */ - loading: { color: "#000000" }, + loading: { color: "#ffffff" }, /* ** Global CSS */ @@ -72,7 +72,7 @@ export default { ** You can extend webpack config here */ // eslint-disable-next-line no-unused-vars - extend (config, context) { + extend(config, context) { } } }; diff --git a/package.json b/package.json index 2a2ba80..fc91e82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,6 @@ { "name": "moritz-ruth.de", - "version": "1.0.0", - "description": "The official website of Moritz Ruth", + "description": "Moritz Ruth is a web developer, photograph and digital creator.", "author": "Moritz Ruth", "private": true, "scripts": { diff --git a/static/README.md b/static/README.md deleted file mode 100644 index cf00435..0000000 --- a/static/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# STATIC - -**This directory is not required, you can delete it if you don't want to use it.** - -This directory contains your static files. -Each file inside this directory is mapped to `/`. -Thus you'd want to delete this README.md before deploying to production. - -Example: `/static/robots.txt` is mapped as `/robots.txt`. - -More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static). diff --git a/static/icon.png b/static/icon.png index 9d494ef..01ad57a 100644 Binary files a/static/icon.png and b/static/icon.png differ