Skip to content

Commit

Permalink
BSD fixes #312: Dont use passthrough for sb, instead set the index.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Oct 22, 2024
1 parent 9604c99 commit 376e9db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,9 @@ storybook:
# 365 days).
expires: 5m

# Redirect any incoming request to Drupal's front controller.
passthru: '/index.html'
# Allow storybook's landing .html file to be picked up when going to /.
index:
- '/index.html'

# Disable server side scripts.
scripts: false
Expand Down

0 comments on commit 376e9db

Please sign in to comment.