Skip to content

Commit

Permalink
Merge pull request #75 from brown-ccv/refactor-remove-about
Browse files Browse the repository at this point in the history
 chore: goodbye about
  • Loading branch information
hetd54 authored Jul 18, 2024
2 parents 75033c3 + 8330177 commit 0cfae45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
11 changes: 2 additions & 9 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
export const SITE_TITLE = "MMP"
export const SITE_DESCRIPTION = "Mesoamerican Migration Project"

export const LINKS = [
"people",
"news",
"publications",
"study-design",
"data",
"documentation",
"about",
]

export const LINKS = ["people", "news", "publications", "map", "data", "documentation"]
57 changes: 0 additions & 57 deletions src/pages/about.astro

This file was deleted.

0 comments on commit 0cfae45

Please sign in to comment.