Skip to content

Instantly share code, notes, and snippets.

@michelepatrassi
Created August 19, 2019 14:04
Show Gist options
  • Save michelepatrassi/f2436a65307c766e3ad392edf0407319 to your computer and use it in GitHub Desktop.
Save michelepatrassi/f2436a65307c766e3ad392edf0407319 to your computer and use it in GitHub Desktop.
App Engine config for a static website (e.g. storybook)
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: storybook-static/index.html
upload: storybook-static/index.html
- url: /(.*)
static_files: storybook-static/\1
upload: storybook-static/(.*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment