Skip to content

Commit 68fed85

Browse files
authored
Fix directory location
1 parent 38f14f8 commit 68fed85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@
184184
pwa_theme_color = "#003974"
185185
pwa_background_color = "#003974"
186186
pwa_icons = [
187-
["first-logo-256px.png", "256x256"],
188-
["first-logo-512px.png", "512x512"],
187+
["_static/first-logo-256px.png", "256x256"],
188+
["_static/first-logo-512px.png", "512x512"],
189189
]
190190
pwa_apple_icon = "_static/touch-icon.png"
191191
pwa_maskable_icon = "first-logo-maskable.png"

0 commit comments

Comments
 (0)