summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/astro.config.mjs
blob: 194e4591765ff8c1682c518bd548508ff0aa7f91 (plain) (blame)
1
2
3
4
5
6
7
8
import { defineConfig } from 'astro/config';
import svelte from '@astrojs/svelte';

// https://astro.build/config
export default defineConfig({
	// Enable Svelte to support Svelte components.
	integrations: [svelte()],
});
[ci] formatGravatar Princesseuh 1-2/+2 2023-03-31Fix incorrect path in error overlay on Win (#6679)Gravatar Peter Timoshevsky 5-5/+43 2023-03-30Remove unnecessary image-related `.wasm` files inside build output when possi...Gravatar Erika 6-47/+45 2023-03-30Fix InferGetStaticParamsType and InferGetStaticPropsType not working with syn...Gravatar Erika 2-7/+16 2023-03-30Fix multiple images being generated for the same image (#6710)Gravatar Erika 6-15/+28 2023-03-30[RSS] Fix: update `RSSFeedItem` type to comply with `strictest` tsconfig (#6614)Gravatar Aivars Liepa 2-1/+6 2023-03-29Update lit-ssr dependency (#6681)Gravatar Elliott Marquez 13-82/+107 2023-03-29fix(images): Improve error handling around the new assets feature (#6649)Gravatar Erika 17-21/+290 2023-03-29Use debug option for debugDir (#6554)Gravatar Isaac 1-1/+1