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 d037ea1 commit f8edc28Copy full SHA for f8edc28
nuxt.config.ts
@@ -48,8 +48,8 @@ export default defineNuxtConfig({
48
},
49
css: [
50
join(currentDir, './assets/css/themes.css'),
51
- //~/assets/css/tailwind.css',
52
- join(currentDir, './assets/css/tailwind.css'),
+ '~/assets/css/tailwind.css',
+ //join(currentDir, './assets/css/tailwind.css'),
53
],
54
content: {
55
documentDriven: true,
0 commit comments