Browse Source

Merge remote-tracking branch 'origin/master' into feat/nuxt

pull/1244/head
Bernd Storath 12 months ago
parent
commit
cb8428ee23
  1. 4
      src/app.vue
  2. 2
      src/package.json

4
src/app.vue

@ -1172,6 +1172,10 @@ useHead({
name: 'apple-mobile-web-app-capable', name: 'apple-mobile-web-app-capable',
content: 'yes', content: 'yes',
}, },
{
name: 'apple-mobile-web-app-status-bar-style',
content: 'black-translucent',
},
], ],
title: 'WireGuard', title: 'WireGuard',
}); });

2
src/package.json

@ -30,7 +30,7 @@
"nuxt": "^3.12.4", "nuxt": "^3.12.4",
"pinia": "^2.2.1", "pinia": "^2.2.1",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"tailwindcss": "^3.4.7", "tailwindcss": "^3.4.9",
"timeago.js": "^4.0.2", "timeago.js": "^4.0.2",
"vue": "latest", "vue": "latest",
"vue3-apexcharts": "^1.5.3", "vue3-apexcharts": "^1.5.3",

Loading…
Cancel
Save