mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
treat foo.html and foo/index.html the same when generating manifest
This commit is contained in:
1
test/apps/basics/src/routes/dirs/bar/index.html
Normal file
1
test/apps/basics/src/routes/dirs/bar/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>bar</h1>
|
||||
2
test/apps/basics/src/routes/dirs/foo/index.html
Normal file
2
test/apps/basics/src/routes/dirs/foo/index.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>foo</h1>
|
||||
<a href="dirs/bar">bar</a>
|
||||
Reference in New Issue
Block a user