Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: fix build warnings #2268

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

s-ff
Copy link
Collaborator

@s-ff s-ff commented Aug 9, 2024

Closes #2260

Checklist

  • No CHANGELOG update needed
  • No new tests needed
  • No documentation update needed

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/public/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

does vite rewrite these or is this also an absolute path that we should update?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, this is already the correct absolute path and does not need to be updated. Context.

@williballenthin williballenthin merged commit e863ce5 into mandiant:master Aug 12, 2024
11 checks passed
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.

web: defineProps is a compiler Macro
3 participants