Skip to content

Commit

Permalink
chore: update first-page default
Browse files Browse the repository at this point in the history
  • Loading branch information
aolyang committed Dec 14, 2024
1 parent 9fae74f commit 3ca9a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/states/global.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export const globalState = $state({
viewSparkLines: getState("toolbar-spark-line", True),
viewToc: getState("toolbar-view-toc", True),
viewAssetsTree: getState("toolbar-view-assets-tree", True),
currentAsset: localStorage.getItem("current-asset") || "features.html"
currentAsset: localStorage.getItem("current-asset") || "first-page.html"
})

0 comments on commit 3ca9a19

Please sign in to comment.