feat: change order of pages, set about page to second to last
This commit is contained in:
parent
8b5ce594c5
commit
40b88ee4fd
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user