We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d698e commit ec5c221Copy full SHA for ec5c221
js/projects.js
@@ -4,7 +4,7 @@ const app2=new Vue({
4
projects : []
5
},
6
created() {
7
- fetch('https://tlazypanda.github.io/OpenCode-Collaborative/projects.json')
+ fetch('https://opencode18.github.io/OpenCode-Collaborative/projects.json')
8
.then(response => response.json() )
9
.then(json => {
10
this.projects = json.projects
0 commit comments