Skip to content

Commit

Permalink
docs: fix duplicate oops tip
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Aug 13, 2024
1 parent ff9490d commit eb68b45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/valaxy-theme-press/layouts/404.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const { t } = useI18n()
404
</div>

<RouterView />
<RouterView />
<div>
<button btn text-sm m="3 t8" @click="router.back()">
Expand Down
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/:path*",
"destination": "/:path*.html"
}
]
}

1 comment on commit eb68b45

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://66bb7c93fc8b4e5f49baffff--valaxy.netlify.app

Please sign in to comment.