We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2f825 commit d037ea1Copy full SHA for d037ea1
nuxt.config.ts
@@ -48,7 +48,8 @@ export default defineNuxtConfig({
48
},
49
css: [
50
join(currentDir, './assets/css/themes.css'),
51
- '~/assets/css/tailwind.css',
+ //~/assets/css/tailwind.css',
52
+ join(currentDir, './assets/css/tailwind.css'),
53
],
54
content: {
55
documentDriven: true,
0 commit comments