astro/examples/blog
github-actions[bot] a9f63c5c0c
Version Packages (#195)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-13 12:28:04 -05:00
..
public Add Astro.request.canonicalURL and Astro.site to global (#199) 2021-05-11 17:31:52 -06:00
src Add Astro.request.canonicalURL and Astro.site to global (#199) 2021-05-11 17:31:52 -06:00
.gitignore Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00
astro.config.mjs example blog add buildoptions (#142) 2021-04-29 11:28:33 +01:00
package.json Version Packages (#195) 2021-05-13 12:28:04 -05:00
README.md Update defaults directory structure to src and dist (#132) 2021-04-26 15:54:20 -06:00

Astro Blog Example

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./dist