Browse Source

change date in copyright footer

pull/2466/head
Bernd Storath 4 months ago
parent
commit
5fca628ebd
  1. 2
      src/app/components/Ui/Footer.vue
  2. 2
      src/nuxt.config.ts

2
src/app/components/Ui/Footer.vue

@ -7,7 +7,7 @@
href="https://github.com/wg-easy/wg-easy"
>WireGuard Easy</a
>
({{ globalStore.information?.currentRelease }}) © 2021-2025 by
({{ globalStore.information?.currentRelease }}) © 2021-2026 by
<a
class="hover:underline"
target="_blank"

2
src/nuxt.config.ts

@ -5,7 +5,7 @@ export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
compatibilityDate: '2025-02-04',
compatibilityDate: '2026-02-06',
devtools: { enabled: true },
modules: [
'@nuxtjs/i18n',

Loading…
Cancel
Save