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 0e597b0 commit 70d69a4Copy full SHA for 70d69a4
nuxt.config.ts
@@ -26,11 +26,6 @@ export default defineNuxtConfig({
26
'@nuxt/content'
27
],
28
vite: {
29
- server: {
30
- fs: {
31
- allow: ["C:/Users/Matt/Documents/GitHub/govuk-vue/dist"]
32
- }
33
- },
34
plugins: [
35
viteStaticCopy({
36
targets: [
@@ -41,6 +36,13 @@ export default defineNuxtConfig({
41
]
42
37
})
43
38
39
+ css: {
40
+ preprocessorOptions: {
+ scss: {
+ quietDeps: true
+ }
44
45
46
},
47
content: {
48
documentDriven: true,
0 commit comments