mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add project detail pages
This commit is contained in:
@@ -1,21 +1,26 @@
|
||||
import DownloadLink from './components/DownloadLink.astro';
|
||||
import EmailLink from './components/EmailLink.astro';
|
||||
import MoreLink from './components/MoreLink.astro';
|
||||
import ThemeBox from './components/ThemeBox.astro';
|
||||
|
||||
import {
|
||||
AffiliateLink,
|
||||
AmazonBook,
|
||||
Banner,
|
||||
Book,
|
||||
ColorStack,
|
||||
ColorSwatch,
|
||||
DisplayBox,
|
||||
Divider,
|
||||
DownloadLink,
|
||||
EmailLink,
|
||||
Flag,
|
||||
FloatingImage,
|
||||
Headline,
|
||||
Image,
|
||||
ListItem,
|
||||
MoreLink,
|
||||
NetflixFlag,
|
||||
OdyseeVideo,
|
||||
OrderedList,
|
||||
PrimeVideoFlag,
|
||||
ProjectIntro,
|
||||
Subheadline,
|
||||
Subsubheadline,
|
||||
Text,
|
||||
@@ -32,7 +37,9 @@ export const mapping = {
|
||||
AmazonBook,
|
||||
Banner,
|
||||
Book,
|
||||
ColorStack,
|
||||
ColorSwatch,
|
||||
DisplayBox,
|
||||
DownloadLink,
|
||||
EmailLink,
|
||||
Flag,
|
||||
@@ -43,7 +50,7 @@ export const mapping = {
|
||||
h5: Subsubheadline,
|
||||
h6: Subsubheadline,
|
||||
hr: Divider,
|
||||
img: Image,
|
||||
img: FloatingImage,
|
||||
li: ListItem,
|
||||
MoreLink,
|
||||
NetflixFlag,
|
||||
@@ -51,6 +58,8 @@ export const mapping = {
|
||||
ol: OrderedList,
|
||||
p: Text,
|
||||
PrimeVideoFlag,
|
||||
ProjectIntro,
|
||||
ThemeBox,
|
||||
ul: UnorderedList,
|
||||
Verse,
|
||||
YouTubeVideo,
|
||||
|
||||
Reference in New Issue
Block a user