mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore(docs): read .env from project root
This commit is contained in:
parent
c7c4c16727
commit
1ea3257b71
1 changed files with 6 additions and 3 deletions
|
@ -23,11 +23,14 @@ export default defineConfig({
|
||||||
autogenerate: { directory: "reference" },
|
autogenerate: { directory: "reference" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
components: {
|
components: {
|
||||||
SiteTitle: "./src/components/SiteTitle.astro",
|
SiteTitle: "./src/components/SiteTitle.astro",
|
||||||
},
|
},
|
||||||
customCss: ["./src/tailwind.css"],
|
customCss: ["./src/tailwind.css"],
|
||||||
}),
|
}),
|
||||||
tailwind({ applyBaseStyles: false }),
|
tailwind({ applyBaseStyles: false }),
|
||||||
],
|
],
|
||||||
|
vite: {
|
||||||
|
envDir: "..",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue