Skip to content

Commit

Permalink
Merge pull request #239 from pereira-tech-talks/issue-238-new-assets
Browse files Browse the repository at this point in the history
#238 Update assets version 2024
  • Loading branch information
arendondiosa authored Dec 27, 2024
2 parents a9afa04 + a8e8dc0 commit df53900
Show file tree
Hide file tree
Showing 21 changed files with 155 additions and 165 deletions.
6 changes: 4 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ async function fetchEventData() {
fs.writeFileSync(`${dataPath}/announcementData.json`, JSON.stringify(newEventData));
}

const whenExternalScripts = (items = []) =>
hasExternalScripts ? (Array.isArray(items) ? items.map((item) => item()) : [items()]) : [];
const whenExternalScripts = (items = []) => {
const eachItem = Array.isArray(items) ? items.map((item) => item()) : [items()];
return hasExternalScripts ? eachItem : [];
}

export default defineConfig({
site: 'https://www.pereiratechtalks.com',
Expand Down
Binary file modified src/assets/favicons/apple-touch-icon.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 modified src/assets/favicons/favicon.ico
Binary file not shown.
201 changes: 137 additions & 64 deletions src/assets/favicons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/about-bg.jpeg
Binary file not shown.
Binary file modified src/assets/images/index-bg.jpg
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 src/assets/images/logos/icon-black.webp
Binary file not shown.
Binary file added src/assets/images/logos/icon.webp
Binary file not shown.
Binary file added src/assets/images/logos/logo-black.webp
Binary file not shown.
Binary file added src/assets/images/logos/logo.webp
Binary file not shown.
87 changes: 0 additions & 87 deletions src/assets/images/logos/per-tech-talks-dark.svg

This file was deleted.

Binary file removed src/assets/images/logos/per-tech-talks.png
Binary file not shown.
Binary file added src/assets/images/logos/topbar-logo-black.webp
Binary file not shown.
Binary file added src/assets/images/logos/topbar-logo.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit df53900

Please sign in to comment.