Skip to content

Commit

Permalink
Add redirect to the Framer résumé website
Browse files Browse the repository at this point in the history
  • Loading branch information
LSViana committed Dec 24, 2023
1 parent 19c221f commit bd24427
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v3/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export default defineNuxtConfig({
lang: 'en'
}
}
},
routeRules: {
'*': {
prerender: false,
redirect: 'https://lsviana.framer.website/'
}
}
})

0 comments on commit bd24427

Please sign in to comment.