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', ];