summaryrefslogtreecommitdiff
path: root/examples/portfolio/astro.config.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06Update portfolio, removing Sass and Preact (#4556)Gravatar Dan Jutan 1-4/+1
* remove sass and preact from portfolio example * add back public folder * remove lockfile * Update examples/portfolio/src/layouts/project.astro Co-authored-by: Ben Holmes <hey@bholmes.dev> * run prettier * Update examples/portfolio/src/pages/index.astro Co-authored-by: Ben Holmes <hey@bholmes.dev> * remove wrapper class * remove button component; fix padding * improve mobile layout * lockfile * Revert "lockfile" This reverts commit e32518f4443d0b16cf0ec2301bac8690d57c2360. * Update examples/portfolio/src/pages/index.astro Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update examples/portfolio/src/components/Nav.astro Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * update astro * lockfile (again) Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-03-28[fix] 2924 Update import in astro config of portfolio starter (#2926)Gravatar Michael Marino 1-1/+1
* fix: update import in Portfolio starter astro config file * chore: add changeset
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-2/+2
* 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-3/+1
2021-07-07Add framework-specific prompt and setup to `create-astro` (#620)Gravatar Nate Moore 1-0/+12
* feat(create-astro): add framework-specific prompt and setup * chore: normalize example `astro.config.mjs` files
2021-06-02Pre-release refactors (#289)Gravatar Nate Moore 1-3/+3
* refactor: expose `astro/components` as component entrypoint * refactor: remove `extensions` from all configs * test: fix snowpack tests * docs: update config doc
2021-04-30Add portfolio example (#140)Gravatar Drew Powers 1-0/+5
* Add portfolio example * Feedback