Skip to content

Commit f8edc28

Browse files
committed
nuxt config updated
1 parent d037ea1 commit f8edc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuxt.config.ts

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

0 commit comments

Comments
 (0)