-
Notifications
You must be signed in to change notification settings - Fork 0
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
Lucijs/adding favicon and open graph image #427
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,19 @@ | |
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>DUMP Days</title> | ||
<meta property='og:image' content="/src/assets/Open graph image.jpg" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="DUMP Days" /> | ||
<meta | ||
property="og:description" | ||
content="Komferencija koja na jednom mjestu okuplja hrvatsku IT scenu, te pruža posjetiteljima niz predavanja, radionica i prilika za networking." | ||
/> | ||
|
||
<link id="favicon" href="/src/assets/Favicon.ico" rel='icon' /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ovo maknit jer se to vec setta u App.tsx (svijetla ikonica za dark theme i tamna ikonica za light theme) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dizajneri zele novu ikonicu da bude za google search result There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. aha onda makni od tamo i prebaci sve ovdje (samo nece se vise svg importat nego ce se linkat kao tu znaci /src/assets/...) |
||
|
||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maknit ove i dodat u gitignore