forked from FontBureau/variable-type-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.yaml
More file actions
38 lines (35 loc) · 842 Bytes
/
Copy pathapp.yaml
File metadata and controls
38 lines (35 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
runtime: php74
handlers:
# Serve a directory as a static resource.
- url: /images
static_dir: images
- url: /fonts
static_dir: fonts
- url: /intro.js
static_dir: intro.js
- url: /opentype.js
static_dir: opentype.js
- url: /spectrum
static_dir: spectrum
- url: /grid
static_dir: grid
- url: /knuth
static_dir: knuth
- url: /logopogo
static_dir: logopogo
- url: /problem-solving
static_dir: problem-solving
- url: /proof
static_dir: proof
- url: /typespec
static_dir: typespec
- url: /waterfall
static_dir: waterfall
# Serve files as static resources.
- url: /(.+\.(gif|png|jpg|svg|js|pdf|css|map|scss|yaml|json))$
static_files: \1
upload: .+\.(gif|png|jpg|svg|js|pdf|css|map|scss|yaml|json)$
# Serve your app through a front controller at index.php or public/index.php.
- url: .*
script: auto
secure: always