Skip to content

Commit 2e3c015

Browse files
committed
chore: update netlify config for sample data toggle
1 parent 36c3b17 commit 2e3c015

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
status = 200
55
force = true
66
headers = {apikey = "DICOM_WEB_API_KEY"}
7+
8+
[build.environment]
9+
VITE_SHOW_SAMPLE_DATA= "true"
710

811
[build]
912
command = "sed -i \"s|DICOM_WEB_API_KEY|${DICOM_WEB_API_KEY}|g; s|DICOM_WEB_ADDRESS|${DICOM_WEB_ADDRESS}|g\" netlify.toml && npm run build"

0 commit comments

Comments
 (0)