mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-15 11:34:45 +00:00
basic page transitions between /blog and /blog/[slug]
This commit is contained in:
@@ -20,7 +20,8 @@ module.exports = {
|
||||
options: {
|
||||
dev: isDev,
|
||||
hydratable: true,
|
||||
hotReload: true
|
||||
hotReload: true,
|
||||
nestedTransitions: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user