Skip to content

Commit dacf009

Browse files
iotmanichenyumic
authored andcommitted
Fix serving static files on production (#1730)
1 parent b0c4943 commit dacf009

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard_python37/django

1 file changed

+1
-1
lines changed

appengine/standard_python37/django/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ handlers:
55
# This configures Google App Engine to serve the files in the app's static
66
# directory.
77
- url: /static
8-
static_dir: static_files/
8+
static_dir: static/
99

1010
# This handler routes all requests not caught above to your main app. It is
1111
# required when static routes are defined, but can be omitted (along with

0 commit comments

Comments
 (0)