We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6503fca commit 1373d40Copy full SHA for 1373d40
docs/.vitepress/navigation.js
@@ -2,7 +2,7 @@ export default {
2
nav: [
3
{ text: 'Home', link: '/' },
4
{ text: 'Introduction', link: '/introduction' },
5
- { text: 'Live Example', link: '/playground/' }
+ { text: 'Live Example', link: 'https://basics.github.io/vue-semantic-structure/playground/' }
6
],
7
8
sidebar: [
docs/src/index.md
@@ -13,7 +13,7 @@ hero:
13
link: /introduction
14
- theme: alt
15
text: Live Example
16
- link: /playground/
+ link: https://basics.github.io/vue-semantic-structure/playground/
17
18
features:
19
- title: Heading
0 commit comments