Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
4b2b6d54
Commit
4b2b6d54
authored
Jan 31, 2025
by
Gyeongho Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] origin 요청 주소 변경
parent
e42f06be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.vue
docs-front/pages/_guide/index.vue
+1
-1
No files found.
docs-front/pages/_guide/index.vue
View file @
4b2b6d54
...
...
@@ -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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'
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment