mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
// See https://vike.dev/data-fetching
|
|
export default {
|
|
clientRouting: true,
|
|
prefetchStaticAssets: 'viewport',
|
|
passToClient: ['pageProps', /* 'urlPathname', */ 'routeParams']
|
|
} |