diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..a51d42e Binary files /dev/null and b/public/favicon.png differ diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/src/app/components/header/header.ts b/src/app/components/header/header.ts index f08fbca..c5ca580 100644 --- a/src/app/components/header/header.ts +++ b/src/app/components/header/header.ts @@ -1,7 +1,5 @@ import jQuery from 'jquery'; -import './header.scss'; - type InitFunction = () => void; const headerModule = ((): { init: InitFunction } => { diff --git a/src/app/components/slider/slider.ts b/src/app/components/slider/slider.ts index 53f084f..8e522b3 100644 --- a/src/app/components/slider/slider.ts +++ b/src/app/components/slider/slider.ts @@ -2,8 +2,6 @@ import jQuery from 'jquery'; import 'slick-carousel'; -import './slider.scss'; - type SliderOptions = { dots: boolean; arrows: boolean; diff --git a/src/components/Head.astro b/src/components/Head.astro index 37ddef9..45e066c 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,5 +1,6 @@ --- import '../styles/app/main.scss'; + interface Props { title: string; description?: string; @@ -12,7 +13,7 @@ const { title, description } = Astro.props; - + {title ? `${title} - Calligo` : 'Calligo'} @@ -40,7 +41,7 @@ const { title, description } = Astro.props; TODO: Check what other favicon formats and tags are needed --> - +