chore(docs): read .env from project root

This commit is contained in:
LukaDev 2024-08-30 13:54:51 +02:00
parent c7c4c16727
commit 1ea3257b71

View file

@ -23,11 +23,14 @@ export default defineConfig({
autogenerate: { directory: "reference" },
},
],
components: {
SiteTitle: "./src/components/SiteTitle.astro",
},
components: {
SiteTitle: "./src/components/SiteTitle.astro",
},
customCss: ["./src/tailwind.css"],
}),
tailwind({ applyBaseStyles: false }),
],
vite: {
envDir: "..",
},
})