Skip to content

Commit 7ca03cc

Browse files
committed
favicon
1 parent 4a7c1bd commit 7ca03cc

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

.appengine/app.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ handlers:
1414
static_dir: .build/image
1515
secure: always
1616

17+
- url: /(.*\.(gif|png|jpg|ico|svg))$
18+
static_files: ./build/image/\1
19+
upload: ./build/image/.*\.(gif|png|jpg|ico|svg)$
20+
1721
- url: /index.xml
1822
static_files: .routes/index.xml
1923
upload: .routes/index.xml
@@ -168,13 +172,13 @@ handlers:
168172
http_headers:
169173
Content-Type: text/html; charset=utf-8
170174

175+
- url: /2022/01/living-on-24-hours-a-day
176+
script: auto
177+
secure: always
178+
171179
- url: /
172180
static_files: .build/index.html
173181
upload: .build/index.html
174182
secure: always
175183
http_headers:
176184
Content-Type: text/html; charset=utf-8
177-
178-
- url: /.*
179-
script: auto
180-
secure: always

image/android-chrome-192x192.png

3.69 KB
Loading

image/android-chrome-512x512.png

12.1 KB
Loading

image/apple-touch-icon.png

3.45 KB
Loading

image/favicon-16x16.png

250 Bytes
Loading

image/favicon-32x32.png

427 Bytes
Loading

image/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)