summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
-rw-r--r--frontend/site/projects/museum/constants.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js
index 3676f2b..84ec482 100644
--- a/frontend/site/projects/museum/constants.js
+++ b/frontend/site/projects/museum/constants.js
@@ -33,4 +33,6 @@ export const ARTISTS = {
export const ARTIST_ORDER = [
"nora", "foreshew", "leite", "opoku", "nilthamrong", "stankievech",
-] \ No newline at end of file
+]
+
+export const PROJECT_PAGE_SET = new Set(["essay", "artists", "credits"])