diff --git a/config/config.json b/config/config.json deleted file mode 100644 index 611495f4c..000000000 --- a/config/config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "prod": { - "label": { "none": ["Abolition Now"] }, - "collection": "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/collections/abolition-now.json", - "featured": [ - "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/manifests/abolition_now/0028_abolitionwithbarbedwire.json" - ], - "metadata": ["Subject", "Artist", "Slogans", "Visual Motif"] - }, - "dev": { - "label": { "none": ["Abolition Now"] }, - "collection": "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/collections/abolition-now.json", - "metadata": ["Subject", "Artist", "Slogans", "Visual Motif"], - "featured": [ - "https://raw.githubusercontent.com/markpbaggett/static_iiif/main/manifests/abolition_now/0028_abolitionwithbarbedwire.json" - ] - } -}