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
1 changed files with 1 additions and 1 deletions

View File

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