summaryrefslogtreecommitdiff
path: root/examples/with-vite-plugin-pwa/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06[ci] formatGravatar natemoo-re 1-0/+1
2022-11-08[ci] formatGravatar Princesseuh 1-3/+1
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 1-1/+1
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 1-0/+1
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-05Move types to a .d.ts file inside examples projects (#4171)Gravatar Erika 1-0/+1
* Move types to a .d.ts file to avoid making types explicit * Rename to proper types * Move to proper place * Add noEmit to tsconfig.json * Add back removed code by accident
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 1-1/+3
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 1-1/+1
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
2022-02-23Run all smoke tests with the static build (#2609)Gravatar Matthew Phillips 1-1/+1
* Run all smoke tests with the static build * Use a direct relative path * Always use the static build * Use a path that works in both static and regualr build * Always download the zip * astro.build only needs to run once
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 3-24/+22
2021-11-23[ci] yarn formatGravatar natemoo-re 2-11/+11
2021-11-22Add `with-vite-plugin-pwa` example (#1829)Gravatar Nate Moore 3-0/+39