astro/test/fixtures
Matthew Phillips c9bc6ffef7
Improve searching for pages (#60)
This improves the algorithm for searching for pages. It now works like:

1. If pathname ends with /
  1. Look for PATHNAME/index.astro
  1. Look for PATHNAME/index.md
1. else
  1. Look for PATHNAME.astro
  1. Look for PATHNAME.md
1. Look for PATHNAME/index.astro
  1. 301
1. Look for PATHNAME/index.md
  1. 301
1. 404
2021-04-05 14:18:09 -04:00
..
astro-basic Improve searching for pages (#60) 2021-04-05 14:18:09 -04:00
astro-doctype Add support for doctype (#37) 2021-03-30 10:51:31 -04:00
astro-fallback Implement fallback capability (#44) 2021-03-31 16:10:27 -04:00
astro-markdown Fix complex MDX parsing (#50) 2021-04-01 16:34:11 -04:00
astro-request Implements import.meta.request (#46) 2021-03-31 16:47:03 -04:00
astro-styles-ssr Get CSS Modules working in Vue (#53) 2021-04-02 10:16:16 -06:00
react-component Absorb Snowpack config inside Astro (#32) 2021-03-26 13:14:32 -06:00