We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bce3d7 commit 1de68d2Copy full SHA for 1de68d2
1 file changed
warduino/.vitepress/components/citation.vue
@@ -56,7 +56,7 @@ export default {
56
},
57
58
created() {
59
- fetch(withBase(this.file), {
+ fetch(window.location.origin + withBase(this.file), {
60
headers: {
61
'Content-Type': 'text/plain'
62
}
0 commit comments