mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +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" },
|
||||
},
|
||||
],
|
||||
components: {
|
||||
SiteTitle: "./src/components/SiteTitle.astro",
|
||||
},
|
||||
components: {
|
||||
SiteTitle: "./src/components/SiteTitle.astro",
|
||||
},
|
||||
customCss: ["./src/tailwind.css"],
|
||||
}),
|
||||
tailwind({ applyBaseStyles: false }),
|
||||
],
|
||||
vite: {
|
||||
envDir: "..",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue