Refactor app.vue and [slug].vue: add scoped styles and optimize i18n usage

This commit is contained in:
2025-07-22 20:36:07 +02:00
parent 60b6f463dd
commit d0db0950c3
3 changed files with 7 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ useHead({
</UApp>
</template>
<style>
<style scoped>
body {
font-family: 'DM Sans', sans-serif;
}