Skip to content

Commit

Permalink
CDN Update
Browse files Browse the repository at this point in the history
  • Loading branch information
oiimrosabel committed Apr 28, 2024
1 parent 40ba454 commit 5b81585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'base.css';
@import 'https://raw.githubusercontent.com/blahajland/BlahajLandData/master/css/colors.css';
@import 'https://blahajland.github.io/BlahajLandData/css/colors.css';

html {
scroll-behavior: smooth;
Expand Down
12 changes: 6 additions & 6 deletions src/assets/json/links.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"apps": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/apps.json",
"users": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/users.json",
"donations": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/donations.json",
"titles": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/titles.json",
"rules": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/rules.json",
"tos": "https://raw.githubusercontent.com/blahajland/BlahajLandData/master/json/tos.json"
"apps": "https://blahajland.github.io/BlahajLandData/json/apps.json",
"users": "https://blahajland.github.io/BlahajLandData/json/users.json",
"donations": "https://blahajland.github.io/BlahajLandData/json/donations.json",
"titles": "https://blahajland.github.io/BlahajLandData/json/titles.json",
"rules": "https://blahajland.github.io/BlahajLandData/json/rules.json",
"tos": "https://blahajland.github.io/BlahajLandData/json/tos.json"
}

0 comments on commit 5b81585

Please sign in to comment.