Skip to content

Commit

Permalink
fix: siteData passed to enhanceApp being siteDataByRoute (#159)
Browse files Browse the repository at this point in the history
fix #159
  • Loading branch information
kiaking committed Nov 27, 2020
1 parent 30740d3 commit 01d2837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function createApp() {
Theme.enhanceApp({
app,
router,
siteData: siteDataByRouteRef
siteData: siteDataRef
})
}

Expand Down

0 comments on commit 01d2837

Please sign in to comment.