Skip to content

Commit

Permalink
doh (#4695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 22, 2022
1 parent 588a01b commit 26a15a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/kit.svelte.dev/src/routes/index.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script context="module">
export function load() {
return {
maxage: 60
cache: { maxage: 60 }
};
}
</script>
Expand Down

0 comments on commit 26a15a7

Please sign in to comment.