Particles
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 1m23s

This commit is contained in:
2026-06-10 20:18:47 +02:00
parent dd68472f38
commit d4976fab69
13 changed files with 5266 additions and 18 deletions

View File

@@ -2,6 +2,7 @@
<template>
<div class="app-root" :class="{ 'zh': locale === 'zh' }" :data-lang="locale">
<AnimatedBackground />
<NuxtRouteAnnouncer />
<div class="container">
<NuxtPage />
@@ -10,6 +11,8 @@
</template>
<script setup lang="ts">
import AnimatedBackground from './components/parts/AnimatedBackground.vue';
const { locale } = useI18n()
// Set global html lang attribute based on current locale