File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ {"images" :{"remote_images" :[" https?://cdn\\ .pixabay\\ .com/.*" ]}}
Original file line number Diff line number Diff line change 1
1
---
2
2
import { SITE } from ' astrowind:config' ;
3
+ import { Image } from ' astro:assets' ;
4
+ import ACFOLogo from ' ../assets/images/Logo_Blue.png'
5
+
3
6
---
4
7
5
8
<span
6
9
class =" self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
7
10
>
8
- { SITE ?.name }
11
+ <Image
12
+ src ={ ACFOLogo }
13
+ width = { ACFOLogo .width / 8 }
14
+ alt =" Anderson CFO logo"
15
+ />
16
+
9
17
</span >
Original file line number Diff line number Diff line change 2
2
import Layout from ' ~/layouts/Layout.astro' ;
3
3
import Header from ' ~/components/widgets/Header.astro' ;
4
4
import Footer from ' ~/components/widgets/Footer.astro' ;
5
- import Announcement from ' ~/components/widgets/Announcement.astro' ;
5
+ // import Announcement from '~/components/widgets/Announcement.astro';
6
6
7
7
import { headerData , footerData } from ' ~/navigation' ;
8
8
You can’t perform that action at this time.
0 commit comments