diff --git a/.dev.env b/.dev.env
deleted file mode 100644
index c7fb410..0000000
--- a/.dev.env
+++ /dev/null
@@ -1,29 +0,0 @@
-# For prod use please use the .env.example file.
-# Please use .dev.env as an starting point. Rename it to .env and fill in the values, the application needs it.
-
-# This is the developmemnt use .env file.
-
-# S3 INFO
-S3_ACCESS_KEY=""
-S3_SECRET_KEY=""
-S3_BUCKETNAME=""
-S3_ENDPOINT=""
-
-# GITHUB OAUTH (NOT WORKING 4n)
-NUXT_GITHUB_CLIENT_ID=""
-NUXT_GITHUB_CLIENT_SECRET=""
-
-# GLOBAL DATABASE
-POSTGRES_URL=""
-
-# GROQ API KEY
-GROQ_API_KEY=""
-
-# PASSWORD SALT
-PASSWORD_HASH_SALT=""
-
-# CF TURNSTILE
-NUXT_CF_TURNSTILE_SITE_KEY=""
-NUXT_CF_TURNSTILE_SECRET_KEY=""
-
-NUXT_DEV_ENV=true
diff --git a/.env.example b/.env.example
index 49bbe1c..c597a30 100644
--- a/.env.example
+++ b/.env.example
@@ -1,5 +1,4 @@
-# For development use, please use the .dev.env file.
-# Please use .env.exmaple as an starting point. Rename it to .env and fill in the values, the application needs it.
+# Please use .env.exmaple as an starting point. Rename it to .env and fill in the values, the application requrires it.
# This is the default .env file.
diff --git a/.github/OTHER/ig_story_58m.png b/.github/OTHER/ig_story_58m.png
index 2f21858..cd92966 100644
Binary files a/.github/OTHER/ig_story_58m.png and b/.github/OTHER/ig_story_58m.png differ
diff --git a/README.md b/README.md
index 0cb006e..1b5a3e4 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ https://yhw.tw/news
## Issues:
### Onboarding:
-Onboarding is a must for most people that are using the app for the first time, but I want to do to via a non-video like system, however implemnting the function in a already large repo is kinda hard. So later this week, I will just add a basic video onboading system.
+Onboarding is a must for most people that are using the app for the first time, but I want to do to via a non-video like system, however implementing the function in a already large repo is kinda hard. So later this week, I will just add a basic video onboarding system.
### User actions via the API:
Currently, user actions are broken.
@@ -36,7 +36,7 @@ Chatbot, which is chatbot for chatting about news articles, is currently not ava
### Server Downtime
Use https://status.yhw.tw/ for checking down time, most of the time it will be up, but sometimes it just won't updated to the latest feature & update.
-Archive:
+#### Archive:
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/)
### Scraping restrictions:
@@ -51,9 +51,12 @@ A few pages now contains translations, like the news, aboutNewsOrg and newsView
### Deploying:
This code is absolutly NOT designed to be spinned up at Vercel or Netlify, it has the scraping system now inside of the main website code, oh also the entire "caching feature" is based in memory, so please don't use those platforms, for Zeabur your cost might be expensive. idk, I haven't tried hit yet. The web url: https://news.yuanhau.com is hosted on my own infra, you should too. Please get a server off of yahoo 拍賣, 蝦皮 or eBay to do so.
+### The API returning outdated data from more than 5+ years:
+Here is the GitHub Issue: https://github.com/hpware/news-analyze/issues/2
+
## Why?
-We'll use this news article as an example:
+We'll use this news article from May 7th 2025 as an example:
```
Zhu Lilun criticizes the government for being like Hitler German Institute in Taiwan: History should not be distorted for politics | Politics - CNA
diff --git a/components/app/windows/hotnews.vue b/components/app/windows/hotnews.vue
deleted file mode 100644
index 6fe8534..0000000
--- a/components/app/windows/hotnews.vue
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-