diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index daabea8..f1c2da9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -68,7 +68,7 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate </ul> <h2>AleeWorkstation</h2> <ul> - <li>OS: Arch Linux (KDE)</li> + <li>OS: Arch Linux</li> <li>CPU: AMD Ryzen 3 2200G</li> <li>RAM: 16 GB DDR4</li> <li>Storage: 2 TB NVME SSD, 4 TB HDD, 2 TB HDD</li> @@ -83,7 +83,7 @@ const allBlogPosts = (await getCollection('blog')).sort((a, b) => b.data.pubDate </ul> <h2>ServaRica (Server)</h2> <ul> - <li>OS: Debian 12 Bookworm</li> + <li>OS: Debian 13 Trixie</li> <li>CPU: AMD EPYC 7302</li> <li>RAM: 4 GB</li> <li>Storage: 206 GB</li> |
