diff --git a/app/docusaurus.config.js b/app/docusaurus.config.js
index df734834d4f47e26228f5da482515386f5829316..b86524c3ed814b800c824dfc9762a09a16a4f6e0 100644
--- a/app/docusaurus.config.js
+++ b/app/docusaurus.config.js
@@ -25,7 +25,6 @@ const config = {
           sidebarPath: require.resolve("./sidebars.js"),
         },
         blog: {
-          id: "article",
           showReadingTime: true,
           routeBasePath: "/articles",
           path: "./articles",
@@ -51,7 +50,7 @@ const config = {
         items: [
           { to: "/", label: "Főoldal", position: "right" },
           { to: "/articles", label: "Cikkek", position: "right" },
-          { to: "/network", label: "Hálózatfejlesztés", position: "right" },
+          { to: "/articles/tags/halozatfejlesztes", label: "Hálózatfejlesztés", position:"right" },
           {
             type: "doc",
             docId: "guides/main",
@@ -90,15 +89,7 @@ const config = {
       },
     }),
 
-  plugins: [
-    "plugin-image-zoom",
-    ["@docusaurus/plugin-content-blog", {
-      id: "network",
-      routeBasePath: "/network",
-      path: "./network",
-      showReadingTime: true,
-    }]
-  ],
+  plugins: ["plugin-image-zoom"],
 
   i18n: {
     defaultLocale: "hu",