2026-03-23 17:28:17 +00:00
|
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
|
|
|
|
|
|
export default defineConfig({
|
|
|
|
|
site: 'https://www.componentowl.com',
|
|
|
|
|
trailingSlash: 'never',
|
|
|
|
|
build: {
|
2026-03-24 06:13:55 +00:00
|
|
|
format: 'directory',
|
2026-03-23 17:28:17 +00:00
|
|
|
},
|
|
|
|
|
});
|