summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/astro.config.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-08-23Add zod schema validation (#1198)Gravatar Fred K. Schott 1-14/+12
* add zod schema validation * update pageUrlFormat config name * add trailing slash support to config
2021-07-20[ci] yarn formatGravatar FredKSchott 1-3/+1
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 1-0/+17
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files