Add static assets.
[kraftakt.git] / app.yaml
index b9e9d44..cfcd6a2 100644 (file)
--- a/app.yaml
+++ b/app.yaml
@@ -5,5 +5,9 @@ automatic_scaling:
   max_idle_instances: 1
 
 handlers:
+- url: /static
+  static_dir: static
+
 - url: /.*
   script: _go_app
+