Skip to content

Commit

Permalink
Apply temporaty UbuCon Asia 2025 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Dec 4, 2024
1 parent cf4e8fc commit 3a7ae27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added src/assets/uca25logotmp.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 src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import UCALogo from './assets/logo.svg'
import UCALogo from './assets/uca25logotmp.png'
import PashupatinathTempleImage from '@assets/pashupatinath_temple.jpg'
import UbuConAsiaCommitteeLogo from "@assets/UbuConAsiaCommittee.svg"
import OSCollectiveLogo from "@assets/oscollective.webp";
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { title, description } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content={description ? description : WebsiteConfig.siteDescription} />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href={WebsiteConfig.faviconPath} />
<link rel="icon" type="image/png" href={WebsiteConfig.faviconPath} />
<meta name="generator" content={Astro.generator} />
<title>{title ? `${title} | ${WebsiteConfig.siteTitle}` : WebsiteConfig.siteTitle}</title>
</head>
Expand Down

0 comments on commit 3a7ae27

Please sign in to comment.