diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 16:18:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 16:18:12 +0200 |
| commit | 4ccf211454c6aededa4ecf5225b671216c7b037b (patch) | |
| tree | 04ca4548cdb94a416a5ffed4a6864f2ac9587719 /frontend/site/projects/museum/constants.js | |
| parent | a5edc770771479532f6e4af08e71b242744625d2 (diff) | |
stub in artist/credit/essay pages
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
| -rw-r--r-- | frontend/site/projects/museum/constants.js | 4 |
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"]) |
