This commit is contained in:
Seth Thompson
2018-08-11 17:52:53 -04:00
parent 3c44c511e4
commit 17b0fc0d0c

View File

@@ -226,8 +226,8 @@ function prepare_page(target: Target): Promise<{
const props = { path, query };
const data = {
preloading: false,
path,
preloading: false,
child: Object.assign({}, root_props.child, {
segment: segments[0]
})