feat: add subscription

This commit is contained in:
thomas
2024-01-31 14:58:20 +01:00
parent 96c2156237
commit 7abc67db68
6 changed files with 17 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
---
import type { Props } from '@astrojs/starlight/props';
import VideoButton from './VideoButton.astro';
import ClipboardCopy from './ClipboardCopy.astro';
import { Icon } from '@astrojs/starlight/components';
import { Debug } from 'astro:components';
import { getCollection, getEntry } from 'astro:content';
import { getEntry } from 'astro:content';
const { lang } = Astro.props;
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;

View File

@@ -1,5 +1,4 @@
---
import ClipboardCopy from './ClipboardCopy.astro';
const { isNote } = Astro.props;
---