Skip to content

Commit

Permalink
moved Intro from md to mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jan 29, 2024
1 parent e780796 commit f3e38df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Intro.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Content from '../content/main/intro.md';
import Content from '../content/main/intro.mdx';
const baseurl = import.meta.env.BASE_URL;
---

Expand Down
6 changes: 5 additions & 1 deletion src/content/main/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
![Saez Lab logo](~/images/saezlab-logo.png)
import { Image } from 'astro:assets';
import logo from '~/images/saezlab-logo.png';

<Image src={logo} alt="Saez Lab logo" width="200"/>


Our goal is to acquire a functional understanding of the
deregulation of signalling networks in disease and to apply this
Expand Down

0 comments on commit f3e38df

Please sign in to comment.