Skip to content

Commit

Permalink
vercel migration start
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzopalaia committed Mar 13, 2024
1 parent 1c74a27 commit 0fd1da5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/views/NotFoundView.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<template>
<div>
<h1>404 - Not Found</h1>
</div>
</template>

<script>
export default {
}
</script>

<style>
</style>

0 comments on commit 0fd1da5

Please sign in to comment.