We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2fb54 commit 4a99198Copy full SHA for 4a99198
src/components/AppNavbar.vue
@@ -7,7 +7,7 @@
7
<router-link to="/docs">Documentation</router-link>
8
<a :href="`https://github.com/${repository}`">GitHub</a>
9
<nav class="hidden-nav" :class="visible ? 'open' : 'closed'">
10
- <a href="https://github.com/dbots-pkg/dbothook-website">Website Source</a>
+ <a href="/">Website Source</a>
11
<router-link to="/services">Services</router-link>
12
</nav>
13
<a class="nav-open-btn" @click="toggle">
vue.config.js
@@ -1,3 +1,2 @@
1
module.exports = {
2
- publicPath: '/dbothook-website',
3
};
0 commit comments