Move body classes to html tag

This commit is contained in:
Nicola Spadari
2025-01-02 21:57:21 +01:00
parent bb089f045c
commit dfb48cf7ee
2 changed files with 2 additions and 6 deletions

View File

@@ -15,9 +15,6 @@ export default defineNuxtConfig({
meta: [
{ name: "format-detection", content: "no" }
],
bodyAttrs: {
class: "font-text antialiased"
}
},
pageTransition: {
name: "page",