Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: workaround for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 8, 2021
1 parent e9c910c commit f6dbfd3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Getting Started](/getting-started/intro)
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions docs/src/docus/pages2/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<nuxt-link to="/getting-started/intro">
Getting Started
</nuxt-link>
</template>

<script>
export default {
asyncData ({ redirect }) {
redirect('/getting-started/intro')
return {}
}
}
</script>

0 comments on commit f6dbfd3

Please sign in to comment.