Skip to content

Commit 4a99198

Browse files
committed
Remove old links
1 parent ac2fb54 commit 4a99198

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: src/components/AppNavbar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<router-link to="/docs">Documentation</router-link>
88
<a :href="`https://github.com/${repository}`">GitHub</a>
99
<nav class="hidden-nav" :class="visible ? 'open' : 'closed'">
10-
<a href="https://github.com/dbots-pkg/dbothook-website">Website Source</a>
10+
<a href="/">Website Source</a>
1111
<router-link to="/services">Services</router-link>
1212
</nav>
1313
<a class="nav-open-btn" @click="toggle">

Diff for: vue.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
module.exports = {
2-
publicPath: '/dbothook-website',
32
};

0 commit comments

Comments
 (0)