1
0
Fork 0

Update icon

This commit is contained in:
Moritz Ruth 2020-04-09 19:05:16 +02:00
parent 7ae14cc4be
commit 551b86d41e
No known key found for this signature in database
GPG key ID: FE38A0B03AA331BA
4 changed files with 3 additions and 15 deletions

View file

@ -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) {
}
}
};

View file

@ -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": {

View file

@ -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).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 15 KiB