We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f063b7 commit cdf4eebCopy full SHA for cdf4eeb
app.yaml
@@ -72,11 +72,11 @@ handlers:
72
# upload: _site/polymer-all/tools/bin/pull-all\.sh
73
74
- url: /tools/sandbox/$
75
- static_files: _site/polymer-all/projects/Sandbox/index.html
+ static_files: _site/polymer-all/projects/sandbox/index.html
76
upload: _site/index\.html
77
78
- url: /tools/sandbox/(.*)
79
- static_files: _site/polymer-all/projects/Sandbox/\1
+ static_files: _site/polymer-all/projects/sandbox/\1
80
upload: _site/(.*)/index.html
81
82
# Map raw paths with trailing "/" to an index.html file.
0 commit comments