2b76ee8d75
* feat: add astro/config entrypoint * chore: update examples to use `defineConfig` util * chore: prettier fix * chore: add changeset
3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
export function defineConfig(config) {
|
|
return config;
|
|
}
|