chore: Added new video 27332106
Steve · 2025-08-02 16:37 1 file(s) · +7 −2
src/pages/videos.astro +7 −2
1 1
---
2 2
import DecryptingHeader from "@/components/DecryptingHeader";
3 3
import PageLayout from "@/layouts/Base";
4 -
import { DecryptingText } from "src/components/DecryptingText";
5 4
6 5
const meta = {
7 6
	title: "Videos",
8 7
	description: "Video content made by Steve Simkins",
9 8
};
10 9
11 -
const videoIds = ["lhJwEckGi4U", "kMALubK72Q8", "GlpfIherX7U", "KpwCP1Xil-Q"];
10 +
const videoIds = [
11 +
	"TSo6pDU85dw",
12 +
	"lhJwEckGi4U",
13 +
	"kMALubK72Q8",
14 +
	"GlpfIherX7U",
15 +
	"KpwCP1Xil-Q",
16 +
];
12 17
---
13 18
14 19
<PageLayout meta={meta}>