Skip to content

Commit bd24427

Browse files
committed
Add redirect to the Framer résumé website
1 parent 19c221f commit bd24427

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v3/nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ export default defineNuxtConfig({
2020
lang: 'en'
2121
}
2222
}
23+
},
24+
routeRules: {
25+
'*': {
26+
prerender: false,
27+
redirect: 'https://lsviana.framer.website/'
28+
}
2329
}
2430
})

0 commit comments

Comments
 (0)