diff --git a/index.html b/index.html index e53391e..f9d2373 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ sizes="180x180" /> - + { short_name: "Remanso", description: "Note taking & sharing app", background_color: "#ffa4c0", - theme_color: "#2e5c1a", + theme_color: "#ffa4c0", icons: [ { src: "pwa-64x64.png", @@ -78,7 +78,7 @@ export default defineConfig(({ command }) => { global: {}, } config.server = { - host: '127.0.0.1', + host: "127.0.0.1", } }