summaryrefslogtreecommitdiff
path: root/examples/framework-lit/astro.config.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-2/+3
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-15Export defineConfig helper (#2803)Gravatar Nate Moore 1-9/+3
* feat: add astro/config entrypoint * chore: update examples to use `defineConfig` util * chore: prettier fix * chore: add changeset
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-2/+2
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-4/+2
2021-07-13Adds support for a Lit renderer (#665)Gravatar Matthew Phillips 1-0/+17
* Adds support for a Lit renderer This adds `@astrojs/renderer-lit`. An experimental Lit renderer. * Removed cached submodule, mistake * Prevent globals clobbering * Add docs on globals