Fix duped styles + disable tailwind preflight (#1320)

This commit is contained in:
Geometrically 2024-07-24 16:14:43 -07:00 committed by GitHub
parent 41c15f8c96
commit 06ac959496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,9 @@ const localesCategoriesOverrides: Partial<Record<string, "fun" | "experimental">
export default defineNuxtConfig({
srcDir: "src/",
features: {
inlineStyles: false,
},
app: {
head: {
htmlAttrs: {

View File

@ -123,4 +123,7 @@ module.exports = {
},
},
plugins: [],
corePlugins: {
preflight: false,
},
};