diff --git a/docusaurus.config.js b/docusaurus.config.js index 8476274..754a8e7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -208,16 +208,6 @@ const config = { to: "/blog", label: "Blog", position: "left", - items: [ - { - label: "Progress Reports", - to: "/blog/tags/progress-report", - }, - { - label: "Developer Blogs", - to: "/blog/tags/devblog", - }, - ], }, { to: "https://github.com/sponsors/PCSX2", diff --git a/src/pages/index.js b/src/pages/index.js index 058cd48..19afe55 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -40,7 +40,6 @@ import { latestProgressReport, latestBlog, previousBlog, - previousProgressReport, } from "../data/latestBlogs"; import useIsBrowser from "@docusaurus/useIsBrowser"; @@ -282,81 +281,6 @@ export default function Home() { - {/* Recent Progress Reports Section */} -
- Stay up to date on the latest improvements and fixes on the - project. -
-