diff --git a/.github/OTHER/ig_story_58m.png b/.github/OTHER/ig_story_58m.png new file mode 100644 index 0000000..2f21858 Binary files /dev/null and b/.github/OTHER/ig_story_58m.png differ diff --git a/README.md b/README.md index 4c5f38e..06ed5f4 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ This code is absolutly NOT designed to be spinned up at Vercel or Netlify, it ha ## Note for developing. The desktop enviroment is super unstable when even using a beefy computer, even so, the desktop will lag when opening the newsView, like it's just hates being in a dev env. Prod app works tho, so you can demo it using `bun run build && bun run preview` for demoing. Please don't file a issue request for this matter. If you have the fix, please contribute using Github PRs. -## news.yuanhau.com is now back up and running! -Why? Tailscale is changing the dns server to 100.100.100.100 and it just won't find the thing ghcr.io dns correctly (although `ping ghcr.io` works?), so I just nuked it off my server :), since I don't even use it that much. It works now. (Also deploying to zeabur hurt my wallet (it's like 0.07 for a day for the memory), as my system that I built based on ram is too costly there). oof, so please just self host it. +## news.yuanhau.com is now back up and running (again)! +I fixed most issues of the server, including the nameserver stuff, if you want to know how I fixed it, you can view how I fixed it [here](/server_fixes.md) or on [My broken blog](https://4-1-2.yuanhau.com/posts/) ## Why? diff --git a/components/app/windows/news.vue b/components/app/windows/news.vue index fb50275..422d205 100644 --- a/components/app/windows/news.vue +++ b/components/app/windows/news.vue @@ -1,4 +1,7 @@