Skip to content

Commit 9fd4bf1

Browse files
Move icons from assets/ to media/ folder and update references
1 parent a5caea2 commit 9fd4bf1

8 files changed

Lines changed: 3 additions & 3 deletions

File tree

stacks/fastapi-react/frontend/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<link
1010
rel="icon"
1111
type="image/x-icon"
12-
href="/assets/favicon.ico"
12+
href="/media/favicon.ico"
1313
/>
1414
<link
1515
rel="apple-touch-icon"
1616
type="image/png"
17-
href="/assets/apple-touch-icon.png"
17+
href="/media/apple-touch-icon.png"
1818
/>
1919
<link
2020
rel="manifest"
21-
href="/assets/site.webmanifest"
21+
href="/media/site.webmanifest"
2222
/>
2323
<meta
2424
name="viewport"

stacks/fastapi-react/frontend/public/assets/android-chrome-192x192.png renamed to stacks/fastapi-react/frontend/public/media/android-chrome-192x192.png

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/android-chrome-512x512.png renamed to stacks/fastapi-react/frontend/public/media/android-chrome-512x512.png

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/apple-touch-icon.png renamed to stacks/fastapi-react/frontend/public/media/apple-touch-icon.png

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/favicon-16x16.png renamed to stacks/fastapi-react/frontend/public/media/favicon-16x16.png

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/favicon-32x32.png renamed to stacks/fastapi-react/frontend/public/media/favicon-32x32.png

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/favicon.ico renamed to stacks/fastapi-react/frontend/public/media/favicon.ico

File renamed without changes.

stacks/fastapi-react/frontend/public/assets/site.webmanifest renamed to stacks/fastapi-react/frontend/public/media/site.webmanifest

File renamed without changes.

0 commit comments

Comments
 (0)