Skip to content

Commit 366e67c

Browse files
committed
Fixed favicons paths in config.yml
1 parent adeed89 commit 366e67c

3 files changed

Lines changed: 11 additions & 26 deletions

File tree

config/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,21 +142,21 @@ themes:
142142
- tagName: link
143143
attributes:
144144
rel: icon
145-
href: assets/dspace/images/favicons/favicon.ico
145+
href: assets/custom/images/favicons/favicon.ico
146146
sizes: any
147147
- tagName: link
148148
attributes:
149149
rel: icon
150-
href: assets/dspace/images/favicons/favicon.svg
150+
href: assets/custom/images/favicons/favicon.svg
151151
type: image/svg+xml
152152
- tagName: link
153153
attributes:
154154
rel: apple-touch-icon
155-
href: assets/dspace/images/favicons/apple-touch-icon.png
155+
href: assets/custom/images/favicons/apple-touch-icon.png
156156
- tagName: link
157157
attributes:
158158
rel: manifest
159-
href: assets/dspace/images/favicons/manifest.webmanifest
159+
href: assets/custom/images/favicons/manifest.webmanifest
160160

161161

162162
#info:
14 KB
Binary file not shown.
Lines changed: 7 additions & 22 deletions
Loading

0 commit comments

Comments
 (0)