mirror of
https://github.com/getmarkus/astro-tailwind-mambaui-template.git
synced 2025-04-20 06:01:53 +02:00
fix build
This commit is contained in:
parent
86e220df6d
commit
d26b5e233d
1 changed files with 5 additions and 1 deletions
|
@ -5,5 +5,9 @@ import alpinejs from "@astrojs/alpinejs";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [tailwind(), alpinejs()]
|
integrations: [tailwind(), alpinejs()],
|
||||||
|
base: '/astro-tailwind-mambaui-template',
|
||||||
|
build: {
|
||||||
|
assets: 'astro'
|
||||||
|
}
|
||||||
});
|
});
|
Loading…
Add table
Reference in a new issue