summaryrefslogtreecommitdiff
path: root/examples/blog/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-4/+2
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 1-2/+14
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files
2021-06-28update the blog example (#565)Gravatar Fred K. Schott 1-11/+2
2021-06-08Give the blog template a default `site` (#338)Gravatar Matthew Phillips 1-1/+1
Not having this causes it to throw in the build
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 1-6/+10
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-06-01Change astroRoot to pages (#277)Gravatar Drew Powers 1-1/+1
#271
2021-05-17Improve blog template (#217)Gravatar Drew Powers 1-2/+2
2021-04-29example blog add buildoptions (#142)Gravatar duncanhealy 1-1/+8
* examples: add astroRoot to blog example * example: add astro config for `npm run build` #141
2021-04-21Add sitemap generation (#120)Gravatar Drew Powers 1-0/+3
* Add sitemap generation * Update README * Fix index handling, sort sitemap * Add --no-sitemap CLI flag (and config option)