Skip to content

Commit

Permalink
add: svg to png of skyline due to safari render bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Sep 2, 2024
1 parent 4f1ef85 commit 4f4efcc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("./../src/content/config.js");
export type ContentConfig = typeof import("../src/content/config.js");
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Home/Jumbo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const t = useTranslations(lang);
</div>
</div>
<img
src="/assets/vectors/skyline-parts/skyline-base.svg"
src="/assets/vectors/skyline-parts/skyline-base.png"
alt=""
class="mt-auto absolute bottom-0 left-0 right-0 w-full"
/>
<img
src="/assets/vectors/skyline-parts/skyline-inner-wheel.svg"
src="/assets/vectors/skyline-parts/skyline-inner-wheel.png"
alt=""
class="mt-auto absolute bottom-0 left-0 right-0 w-full wheel-rotate-animation"
/>
Expand Down

0 comments on commit 4f4efcc

Please sign in to comment.