mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
add www to link
This commit is contained in:
parent
fd1c9b1284
commit
6a428c3309
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@
|
|||
function runBanner() {
|
||||
// Try to get dynamic content
|
||||
// Else keep static ones
|
||||
fetch("https://bunkerweb.io/api/bw-ui-news")
|
||||
fetch("https://www.bunkerweb.io/api/bw-ui-news")
|
||||
.then((res) => {
|
||||
return res.json();
|
||||
})
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@ class Banner {
|
|||
JSON.parse(sessionStorage.getItem("bannerNews")),
|
||||
);
|
||||
}
|
||||
fetch("https://bunkerweb.io/api/bw-ui-news")
|
||||
fetch("https://www.bunkerweb.io/api/bw-ui-news")
|
||||
.then((res) => {
|
||||
return res.json();
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue