diff --git a/.platform/applications.yaml b/.platform/applications.yaml index 49096204..b7947a36 100644 --- a/.platform/applications.yaml +++ b/.platform/applications.yaml @@ -233,7 +233,7 @@ storybook: # Allow storybook's landing .html file to be picked up when going to /. index: - - 'sb/index.html' + - 'index.html' # Disable server side scripts. scripts: false @@ -241,9 +241,9 @@ storybook: # Allow access to all static files. allow: true - commands: - # Run a no-op process that uses no CPU resources since this is a static site - start: sleep infinity + commands: + # Run a no-op process that uses no CPU resources since this is a static site + start: sleep infinity hooks: build: |