mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 04:14:46 +00:00
inject fallback index.html where necessary
This commit is contained in:
@@ -358,8 +358,6 @@ function get_page_handler(routes: RouteObject, store_getter: (req: Req) => Store
|
||||
store: store && try_serialize(store.get())
|
||||
};
|
||||
|
||||
console.log(serialized.preloaded);
|
||||
|
||||
const data = Object.assign({}, props, { params: req.params }, {
|
||||
child: {}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user