summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/constants.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-02 16:18:12 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-02 16:18:12 +0200
commit4ccf211454c6aededa4ecf5225b671216c7b037b (patch)
tree04ca4548cdb94a416a5ffed4a6864f2ac9587719 /frontend/site/projects/museum/constants.js
parenta5edc770771479532f6e4af08e71b242744625d2 (diff)
stub in artist/credit/essay pages
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"])