From 40b88ee4fd1fa3341443edd3398dc1ac96ed404f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 8 May 2023 17:36:10 +0200 Subject: [PATCH] feat: change order of pages, set about page to second to last --- content/.vuepress/themeLocales.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/.vuepress/themeLocales.ts b/content/.vuepress/themeLocales.ts index 43a9833..4926112 100644 --- a/content/.vuepress/themeLocales.ts +++ b/content/.vuepress/themeLocales.ts @@ -1,11 +1,11 @@ const pages: string[] = [ '/index.md', - '/about.md', '/find-me.md', '/resume.md', '/projects.md', '/conlanging.md', '/vocal-synthesis.md', + '/about.md', '/privacy.md', ];