Update icon
This commit is contained in:
parent
7ae14cc4be
commit
551b86d41e
4 changed files with 3 additions and 15 deletions
|
@ -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) {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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).
|
BIN
static/icon.png
BIN
static/icon.png
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Reference in a new issue