basic page transitions between /blog and /blog/[slug]

This commit is contained in:
Rich Harris
2018-07-01 10:59:41 -04:00
parent 1dcad25401
commit fd73119bda
7 changed files with 231 additions and 16 deletions

View File

@@ -20,7 +20,8 @@ module.exports = {
options: {
dev: isDev,
hydratable: true,
hotReload: true
hotReload: true,
nestedTransitions: true
}
}
}