Skip to content

Commit d037ea1

Browse files
committed
another fix
1 parent 8c2f825 commit d037ea1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nuxt.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export default defineNuxtConfig({
4848
},
4949
css: [
5050
join(currentDir, './assets/css/themes.css'),
51-
'~/assets/css/tailwind.css',
51+
//~/assets/css/tailwind.css',
52+
join(currentDir, './assets/css/tailwind.css'),
5253
],
5354
content: {
5455
documentDriven: true,

0 commit comments

Comments
 (0)