Releases: LucJosin/astro-init
Releases · LucJosin/astro-init
1.3.0
- Add astro-compress lib;
- Update
host
to true, now yarn dev
will run on local network;
- Update
paths
from tsconfig
;
- Move
/layouts
to /components
;
- Move
Card.astro
to /components/core
;
- Update imports;
- Update README.
1.2.0
- Add eslint;
- Add prettier;
- Format all
astro
files.
1.1.0
- Update astro config;
- Add astrojs/sitemap.
1.0.0
- Add all initial files;
- Add simple astro snippets (astrop and astroc).