diff --git a/app/spa-loading-template.html b/app/spa-loading-template.html new file mode 100644 index 0000000..632ba0c --- /dev/null +++ b/app/spa-loading-template.html @@ -0,0 +1,3 @@ + +I LOVE LOADING SCREENS + \ No newline at end of file diff --git a/components/AnimatedBackground.vue b/components/AnimatedBackground.vue index 10462b8..4109a40 100644 --- a/components/AnimatedBackground.vue +++ b/components/AnimatedBackground.vue @@ -161,7 +161,7 @@ onUnmounted(() => { \ No newline at end of file diff --git a/pages/login.vue b/pages/login.vue deleted file mode 100644 index 842040c..0000000 --- a/pages/login.vue +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - Entrez dans le Royaume de Héron ! - - - - - - - - - - - - - - - - - - -import { useRuntimeConfig, navigateTo } from 'nuxt/app';