Skip to content

Commit

Permalink
fix: add an empty pix-pro index to avoid Nginx 403
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Jan 6, 2023
1 parent bb90764 commit e88574e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/pix-pro/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<template><div></div></template>

<script>
export default {
layout: 'empty',
nuxtI18n: false,
}
</script>

0 comments on commit e88574e

Please sign in to comment.