Update files to reflect new domain change
This commit is contained in:
parent
7ec9c38b84
commit
76a4b9bac6
3 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
||||||
<meta property="og:title" content="RyujiNX - Switch Emulator">
|
<meta property="og:title" content="RyujiNX - Switch Emulator">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="A simple, experimental Nintendo Switch emulator.">
|
<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" content="https://ryujinx.org/static/favicon.png">
|
||||||
<meta property="og:image:secure_url" content="https://ryujinx.github.io/static/favicon.png">
|
<meta property="og:image:secure_url" content="https://ryujinx.org/static/favicon.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
|
@ -239,7 +239,7 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
async fetchTeamMembers () {
|
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.team = await _t.json();
|
||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
|
@ -103,7 +103,7 @@ export default {
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
async fetchArticles () {
|
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.articles = await _a.json();
|
||||||
|
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|
Loading…
Reference in a new issue