astro/src
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
..
@types Add type declarations (#59) 2021-04-02 21:01:57 -06:00
build Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
compiler Fix scoping issues (#58) 2021-04-02 20:44:23 -06:00
frontend Add type declarations (#59) 2021-04-02 21:01:57 -06:00
parser Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
ast.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
build.ts Improve searching for pages (#60) 2021-04-05 14:18:09 -04:00
cli.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
config.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
dev.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
logger.ts Annoying Lint PR #2 (#47) 2021-04-01 10:25:28 -06:00
runtime.ts Improve searching for pages (#60) 2021-04-05 14:18:09 -04:00
search.ts Improve searching for pages (#60) 2021-04-05 14:18:09 -04:00