mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-21 09:26:52 +01:00
Matthias Kretschmann
c123dd9d68
* astro-redirect-from prototype * move out plugin * switch to astro-redirect-from * fixes * new post: astro-redirect-from * fix dependency * test fixes * downgrade and lock astro * until fix for https://github.com/withastro/astro/issues/8649 has been released * mention debug json file * fix e2e test
27 lines
346 B
Plaintext
27 lines
346 B
Plaintext
node_modules
|
|
.yarnclean
|
|
.cache
|
|
coverage
|
|
.env
|
|
.env.development
|
|
.nova
|
|
|
|
# build output
|
|
dist/
|
|
src/images/components/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# autogenerated stuff
|
|
public/get/
|
|
src/content/
|
|
src/content
|
|
public/post-kbd.css
|
|
.config/redirects.json
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
**/tmp/
|
|
public/theme.js
|
|
src/lib/astro-redirect-from |