Skip to content

Commit

Permalink
fixed pathing for favicons and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmorfordwaitessw committed Jan 16, 2025
1 parent da25ae8 commit 20a5cb8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,21 @@ export const onRenderBody = ({ setHeadComponents }) => {
key="svg-favicon"
rel="icon"
type="image/svg+xml"
href="/favicon.svg"
href="/people/favicon.svg"
/>,
<link
key="png-favicon"
rel="icon"
sizes="48x48"
href="/favicon-48x48.png"
href="/people/favicon-48x48.png"
/>,
<link key="ico-favicon" rel="icon" href="/favicon.ico" />,
<link
key="png-favicon"
rel="icon"
sizes="96x96"
href="/people/favicon-96x96.png"
/>,
<link key="ico-favicon" rel="icon" href="/people/favicon.ico" />,
]);
};

Expand Down
Binary file added static/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
User-agent: *
Sitemap: https://www.ssw.com.au/people/sitemap/sitemap-index.xml
Sitemap: https://www.ssw.com.au/people/sitemap-index.xml

0 comments on commit 20a5cb8

Please sign in to comment.