From df74557866fafc66baa88710b9286b3729656b7c Mon Sep 17 00:00:00 2001 From: Alireza Date: Wed, 16 Apr 2025 16:49:36 -0400 Subject: [PATCH] fix/runner (#4969) --- platform/docs/netlify.toml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 platform/docs/netlify.toml diff --git a/platform/docs/netlify.toml b/platform/docs/netlify.toml deleted file mode 100644 index 7354856c5..000000000 --- a/platform/docs/netlify.toml +++ /dev/null @@ -1,38 +0,0 @@ -# Netlify Config -# -# TOML Reference: -# https://www.netlify.com/docs/netlify-toml-reference/ -# -# We use Netlify for deploy previews and for publishing docs (gh-pages branch). -# https://viewer.ohif.org is created using a different process that is -# managed by CircleCI and deployed to our Google Hosting -# - -[build] - ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../ui/ ../core/ ../i18n/" - -# NODE_VERSION in root `.nvmrc` takes priority -# YARN_FLAGS: https://www.netlify.com/docs/build-gotchas/#yarn -[build.environment] - # If 'production', `yarn install` does not install devDependencies - NODE_ENV = "development" - NODE_VERSION = "20.18.1" - YARN_VERSION = "1.22.5" - RUBY_VERSION = "2.6.2" - YARN_FLAGS = "--no-ignore-optional --pure-lockfile" - NETLIFY_USE_YARN = "true" - -[[headers]] - # Define which paths this specific [[headers]] block will cover. - for = "/*" - - [headers.values] - X-Frame-Options = "DENY" - X-XSS-Protection = "1; mode=block" - - # Multi-key header rules are expressed with multi-line strings. - cache-control = ''' - max-age=0, - no-cache, - no-store, - must-revalidate'''