summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/astro.config.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-4/+1
* 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-4/+3
* feat: add astro/config entrypoint * chore: update examples to use `defineConfig` util * chore: prettier fix * chore: add changeset
2022-02-25Add Non-HTML Pages example (#2637)Gravatar Joel Kuzmarski 1-0/+8
* Add Non-HTML Pages example * Rename dir non-html-example to non-html-pages * Update name to non-html-pages in package.json