Skip to content

Commit

Permalink
refactor: remove support for 404.vue shorthand
Browse files Browse the repository at this point in the history
- resolve the breaking change [#8809](nuxt/framework#8809)
  • Loading branch information
BenjaminOddou committed Nov 9, 2022
1 parent ea68e7e commit f679c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/404.vue → pages/[...slug].vue
Expand Up @@ -5,6 +5,7 @@ if (process.client) {
gsap.registerPlugin(SplitText)
}
setResponseStatus(404)
const isRoute = routeStore()
const { data: images } = await useFetch<ImageKit[][]>('/api/imgkit', {
Expand Down

0 comments on commit f679c12

Please sign in to comment.