File tree Expand file tree Collapse file tree 6 files changed +4668
-5167
lines changed
Expand file tree Collapse file tree 6 files changed +4668
-5167
lines changed Original file line number Diff line number Diff line change 6161 },
6262 "prettier.semi" : true ,
6363 "prettier.tabWidth" : 2 ,
64- "prettier.useTabs" : false
65- }
64+ "prettier.useTabs" : false ,
65+ "files.associations" : {
66+ "*.css" : " tailwindcss"
67+ },
68+ "editor.quickSuggestions" : {
69+ "strings" : " on"
70+ },
71+ "tailwindCSS.classAttributes" : [
72+ " class" ,
73+ " ui"
74+ ],
75+ "tailwindCSS.experimental.classRegex" : [
76+ [
77+ " ui:\\ s*{([^)]*)\\ s*}" ,
78+ " (?:'|\" |`)([^']*)(?:'|\" |`)"
79+ ]
80+ ]
81+ }
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ import appconfig from "./site.config";
55import tailwindcss from "@tailwindcss/vite" ;
66
77export default defineNuxtConfig ( {
8- compatibilityDate : "2025-02-19" ,
8+ compatibilityDate : "2025-03-29" ,
9+ srcDir : "src/" ,
10+ routeRules : {
11+ "/" : { prerender : true } ,
12+ } ,
913 devtools : {
1014 enabled : true ,
1115 timeline : {
@@ -42,10 +46,6 @@ export default defineNuxtConfig({
4246 "@nuxt/icon" ,
4347 "@nuxt/fonts" ,
4448 ] ,
45- srcDir : "src/" ,
46- routeRules : {
47- "/" : { prerender : true } ,
48- } ,
4949 site : {
5050 url : appconfig . site . url ,
5151 } ,
@@ -139,4 +139,4 @@ export default defineNuxtConfig({
139139 } ,
140140 } ,
141141 content : { } ,
142- } ) ;
142+ } ) ;
You can’t perform that action at this time.
0 commit comments