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