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 8ab1fa3 commit 1899992Copy full SHA for 1899992
website/docs/.vuepress/theme/layouts/Layout.vue
@@ -7,7 +7,7 @@
7
<footer class="footer">
8
A product by:
9
<a href="https://www.jbaysolutions.com/" target="_blank" rel="noopener" class="footer-card">
10
- <img src="assets/img/logo-jbay.png"/>
+ <img :src="$withBase('/assets/img/logo-jbay.png')" alt="JBay Solutions"/>
11
</a>
12
</footer>
13
</template>
website/package.json
@@ -18,7 +18,7 @@
18
"vue-grid-layout": "^2.3.11",
19
"vuepress-plugin-seo": "^0.1.4",
20
"vuepress-plugin-sitemap": "^2.3.1",
21
- "vuepress": "^1.6.0",
+ "vuepress": "^1.7.1",
22
"vuepress-plugin-serve": "^2.0.4"
23
},
24
"resolutions": {
0 commit comments