Skip to content

Commit

Permalink
BSD fixes #322: Remove routes for storybook app too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Oct 31, 2024
1 parent 1ae8f99 commit f6c0910
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .platform/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# Base the cache on the session cookie and custom Drupal cookies. Ignore all other cookies.
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']

"https://sb.{default}":
type: upstream
upstream: "storybook:http"
tls:
# https://docs.platform.sh/define-routes/https.html#stricttransportsecurity
strict_transport_security:
# This is one year, can't change.
enabled: true
include_subdomains: false
preload: false
cache:
enabled: true
#"https://sb.{default}":
# type: upstream
# upstream: "storybook:http"
# tls:
# # https://docs.platform.sh/define-routes/https.html#stricttransportsecurity
# strict_transport_security:
# # This is one year, can't change.
# enabled: true
# include_subdomains: false
# preload: false
# cache:
# enabled: true

0 comments on commit f6c0910

Please sign in to comment.