FEAT: switch to vite vue stack
This commit is contained in:
8
src/pages/[...all].vue
Normal file
8
src/pages/[...all].vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="py-4 text-2xl text-center">Page Not found!</div>
|
||||
</template>
|
||||
|
||||
<route lang="yaml">
|
||||
meta:
|
||||
layout: 404
|
||||
</route>
|
Reference in New Issue
Block a user