exclude some dirs in microsite to speed things up

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
This commit is contained in:
Fredrik Adelöw
2026-03-26 13:20:43 +01:00
parent cf4b4789f1
commit 65bf3a12be
+2 -1
View File
@@ -9,5 +9,6 @@
"@docusaurus/theme-classic",
"@types/webpack-env"
]
}
},
"exclude": ["node_modules", "build", ".docusaurus", "static", "blog"]
}