Closes #2367
This commit is contained in:
syuilo
2018-08-22 09:31:35 +09:00
parent 58082431ff
commit dccc2c60e3
2 changed files with 13 additions and 10 deletions

View File

@ -41,7 +41,7 @@
<script lang="ts">
import Vue from 'vue';
import { docsUrl, lang } from '../../../config';
import { lang } from '../../../config';
export default Vue.extend({
props: ['isOpen'],
@ -50,7 +50,7 @@ export default Vue.extend({
hasGameInvitation: false,
connection: null,
connectionId: null,
aboutUrl: `${docsUrl}/${lang}/about`
aboutUrl: `/docs/${lang}/about`
};
},
computed: {