Skip to content
Snippets Groups Projects
Commit 87bb3914 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

PWA configuration

parent 7d0f618b
No related branches found
No related tags found
No related merge requests found
assets/img/logo.png

18.9 KiB

......@@ -2,7 +2,7 @@
<aside class="menu shadow position-fixed">
<div class="nav_header pb-3 mb-4">
<nuxt-link :to="localePath('/')" class="d-flex">
<img src="@/assets/img/logo.png" alt="Accueil" class="logo" />
<img :src="$icon(512)" alt="Accueil" class="logo" />
<div>
<h1 class="h2">Wotwizard</h1>
<small class="text-muted">{{ $t("slogan") }}</small>
......
......@@ -17,7 +17,7 @@ export default {
{ hid: "description", name: "description", content: "" },
{ name: "format-detection", content: "telephone=no" }
],
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }]
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon-96x96.png" }]
},
// Global CSS: https://go.nuxtjs.dev/config-css
......@@ -71,8 +71,25 @@ export default {
// PWA module configuration: https://go.nuxtjs.dev/pwa
pwa: {
meta: {
name: "Wotwizard",
author: "Paidge",
description:
"Vérifiez les entrées et les sorties de la toile de confiance de la monnaie libre Ğ1",
lang: "fr",
ogHost: "wotwizard.axiom-team.fr",
ogImage: true,
twitterCard: "app",
nativeUI: true,
theme_color: "#343a40"
},
manifest: {
lang: "fr"
name: "Wotwizard",
short_name: "Wotwizard",
description:
"Vérifiez les entrées et les sorties de la toile de confiance de la monnaie libre Ğ1",
lang: "fr",
background_color: "#343a40"
}
},
......
static/favicon-96x96.png

5.47 KiB

static/favicon.ico

8.43 KiB

static/icon.png

8.54 KiB | W: | H:

static/icon.png

33.9 KiB | W: | H:

static/icon.png
static/icon.png
static/icon.png
static/icon.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment