mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
Merge branch 'master' into spread_routes
This commit is contained in:
3
test/apps/basics/src/routes/dirs/bar/[a].svelte
Normal file
3
test/apps/basics/src/routes/dirs/bar/[a].svelte
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1>A page</h1>
|
||||
|
||||
<a href="dirs/foo/xyz">same segment</a>
|
||||
1
test/apps/basics/src/routes/dirs/foo/[b].svelte
Normal file
1
test/apps/basics/src/routes/dirs/foo/[b].svelte
Normal file
@@ -0,0 +1 @@
|
||||
<h1>B page</h1>
|
||||
Reference in New Issue
Block a user