Skip to content

Commit 1899992

Browse files
committed
update to vuepress 1.7.1, fixed sidebar logo
1 parent 8ab1fa3 commit 1899992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/.vuepress/theme/layouts/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<footer class="footer">
88
A product by:
99
<a href="https://www.jbaysolutions.com/" target="_blank" rel="noopener" class="footer-card">
10-
<img src="assets/img/logo-jbay.png"/>
10+
<img :src="$withBase('/assets/img/logo-jbay.png')" alt="JBay Solutions"/>
1111
</a>
1212
</footer>
1313
</template>

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"vue-grid-layout": "^2.3.11",
1919
"vuepress-plugin-seo": "^0.1.4",
2020
"vuepress-plugin-sitemap": "^2.3.1",
21-
"vuepress": "^1.6.0",
21+
"vuepress": "^1.7.1",
2222
"vuepress-plugin-serve": "^2.0.4"
2323
},
2424
"resolutions": {

0 commit comments

Comments
 (0)