Skip to content

Commit 5b3e6a2

Browse files
committed
chore: enable route-based view transitions
1 parent 7a1012e commit 5b3e6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineNuxtConfig({
2727
},
2828
future: { compatibilityVersion: 4 },
2929
experimental: {
30+
viewTransition: true,
3031
typedPages: true,
3132
},
3233
compatibilityDate: '2024-04-03',

0 commit comments

Comments
 (0)