Update files to reflect new domain change

This commit is contained in:
Lordmau5 2018-05-25 02:29:41 +02:00
parent 7ec9c38b84
commit 76a4b9bac6
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
<meta property="og:title" content="RyujiNX - Switch Emulator">
<meta property="og:type" content="website">
<meta property="og:description" content="A simple, experimental Nintendo Switch emulator.">
<meta property="og:image" content="https://ryujinx.github.io/static/favicon.png">
<meta property="og:image:secure_url" content="https://ryujinx.github.io/static/favicon.png">
<meta property="og:image" content="https://ryujinx.org/static/favicon.png">
<meta property="og:image:secure_url" content="https://ryujinx.org/static/favicon.png">
</head>
<body>
<div id="app"></div>

View File

@ -239,7 +239,7 @@ export default {
methods: {
async fetchTeamMembers () {
let _t = await fetch('https://cors-anywhere.herokuapp.com/https://gitlab.com/Lordmau5/RyujiNX-Website-Public/raw/master/team/team.json');
let _t = await fetch('https://ryujinx.org/public/team.json');
this.team = await _t.json();
this.loading = false;

View File

@ -103,7 +103,7 @@ export default {
methods: {
async fetchArticles () {
let _a = await fetch('https://cors-anywhere.herokuapp.com/https://gitlab.com/Lordmau5/RyujiNX-Website-Public/raw/master/articles/articles.json');
let _a = await fetch('https://ryujinx.org/public/articles.json');
this.articles = await _a.json();
this.loading = false;