Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 22, 2024
1 parent 4c796a2 commit fb0b1a0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/misc/pages/+config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import type { Config } from 'vike/types'

export default {
meta: {
Head: {
env: { server: true },
cumulative: true
},
/*
For supporting nested configs, is the following the only thing missing?
```diff
Expand All @@ -14,13 +18,11 @@ export default {
+ }
}
```
Work-in-progress: https://github.com/vikejs/vike/tree/brillout/feat/nested-configs
*/
['document.title']: {
env: { server: true, client: true }
},
Head: {
env: { server: true },
cumulative: true
}
}
} satisfies Config
Expand Down

0 comments on commit fb0b1a0

Please sign in to comment.