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 = [ const baseRoutes = [
"/", "/",
"/blog", "/blog",
"/changelogs", "/changelog",
"/contact", "/contact",
"/contribute", "/contribute",
"/downloads", "/downloads",
"/forum", "/forum",
"/mods", "/mods",
"/privacy-policy", "/privacy",
"/tos", "/tos",
"/vulnerabilities", "/vulnerabilities",
"/newsletter" "/newsletter"

View file

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