Commit 4b2b6d54 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] origin 요청 주소 변경

parent e42f06be
......@@ -114,7 +114,7 @@ export default {
async getGuideContents() {
const contentKey = `${this.guide.path.substring(0,this.guide.path.length-1)}.md`
await this.$axios.get(
`https://api.github.com/repos/vazilcompany/vridge-docs/contents/guide/${this.$i18n.locale}/` + contentKey, {
`https://raw.githubusercontent.com/vazilcompany/vridge-docs/refs/heads/main/guide/${this.$i18n.locale}/` + contentKey, {
headers:{
Authorization: 'token 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',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment