fix: move change log page to /changelog

This commit is contained in:
Dorian Niemiec 2024-09-07 12:00:05 +02:00
parent f623be052c
commit fd63b889ae
5 changed files with 4 additions and 4 deletions

View file

@ -6,13 +6,13 @@ export default async function sitemap() {
const baseRoutes = [
"/",
"/blog",
"/changelogs",
"/changelog",
"/contact",
"/contribute",
"/downloads",
"/forum",
"/mods",
"/privacy-policy",
"/privacy",
"/tos",
"/vulnerabilities",
"/newsletter"

View file

@ -145,8 +145,8 @@ export const FOOTERLINKS = {
plans: [
{ href: "/docs", label: "Docs" },
{ href: "/downloads", label: "Downloads" },
{ href: "/mods", label: "SVR.JS Mods" },
{ href: "/changelogs", label: "Change log" }
{ href: "/mods", label: "SVR.JS mods" },
{ href: "/changelog", label: "Change log" }
],
additional: [
{ href: "/contribute", label: "Contribute" },