Skip to content

add favicon#1

Open
Hellebore wants to merge 6 commits into
base-sha/e3612e942f61ed40a43835734393e6965f7efaacfrom
head-sha/4b495bd88342fcb501398efa04492f2e9dbb2364/2024-03-21T10-18-40/6c5c26
Open

add favicon#1
Hellebore wants to merge 6 commits into
base-sha/e3612e942f61ed40a43835734393e6965f7efaacfrom
head-sha/4b495bd88342fcb501398efa04492f2e9dbb2364/2024-03-21T10-18-40/6c5c26

Conversation

@Hellebore

Copy link
Copy Markdown

No description provided.

@Hellebore

Copy link
Copy Markdown
Author

This pull request was cloned from https://github.com/Xorol/Xorol.github.io/pull/3

Note: the URL is not a link to avoid triggering a notification on the original pull request.

@Hellebore Hellebore left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sourcery logo Sourcery Review:

Hey @Hellebore - I've reviewed your changes and they look great!

General suggestions:

  • Ensure consistency in referencing external resources, such as favicons, across all HTML files to maintain uniformity and prevent potential loading errors.
Here's what I looked at during the review
  • 🟡 General issues: 1 issue found
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟢 Docstrings: all looks good

LangSmith trace

Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

Comment thread 404.html
Comment on lines +7 to +10
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sourcery logo suggestion (code_refinement): Consistency in referencing external resources

Consider using a consistent base URL for external resources across all HTML files to ensure uniformity and reduce potential errors in resource loading.

Suggested change
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="https://xorol.github.io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://xorol.github.io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://xorol.github.io/favicon-16x16.png">
<link rel="manifest" href="https://xorol.github.io/site.webmanifest">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants