Add 404 Not Found page component and update routing and sitemap configuration

This commit is contained in:
seb
2025-07-03 00:09:45 +02:00
parent 94b274b10d
commit de51f5f409
4 changed files with 22 additions and 0 deletions

View File

@@ -307,6 +307,7 @@ const generateXmlSitemap = (allCategories = [], allProducts = [], baseUrl) => {
{ path: "/widerrufsrecht", changefreq: "monthly", priority: "0.3" },
{ path: "/sitemap", changefreq: "weekly", priority: "0.5" },
{ path: "/agb", changefreq: "monthly", priority: "0.3" },
{ path: "/404", changefreq: "monthly", priority: "0.1" },
{ path: "/Konfigurator", changefreq: "weekly", priority: "0.8" },
];