fix: move change log page to /changelog
This commit is contained in:
parent
f623be052c
commit
fd63b889ae
5 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue