feat: change order of pages, set about page to second to last

This commit is contained in:
Lucien Cartier-Tilet 2023-05-08 17:36:10 +02:00
parent 8b5ce594c5
commit 40b88ee4fd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -1,11 +1,11 @@
const pages: string[] = [ const pages: string[] = [
'/index.md', '/index.md',
'/about.md',
'/find-me.md', '/find-me.md',
'/resume.md', '/resume.md',
'/projects.md', '/projects.md',
'/conlanging.md', '/conlanging.md',
'/vocal-synthesis.md', '/vocal-synthesis.md',
'/about.md',
'/privacy.md', '/privacy.md',
]; ];