diff --git a/.gitattributes b/.gitattributes
index f58bd19d..0f0f2d8f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,4 @@
public/image-assets/*.avif filter=lfs diff=lfs merge=lfs -text
public/image-assets/*.png filter=lfs diff=lfs merge=lfs -text
public/image-assets/*.webp filter=lfs diff=lfs merge=lfs -text
-public/video-assets/*.webm filter=lfs diff=lfs merge=lfs -text
data/** filter=lfs diff=lfs merge=lfs -text
diff --git a/public/video-assets/tutorial.webm b/public/video-assets/tutorial.webm
deleted file mode 100644
index 1f8c1ea7..00000000
--- a/public/video-assets/tutorial.webm
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:02e9d2e9f6b74ae0485e057854419f05dd0633b1659ffd7f2a6b8c84bb3d55bb
-size 67796400
diff --git a/src/pages/video.astro b/src/pages/video.astro
deleted file mode 100644
index b94adb9f..00000000
--- a/src/pages/video.astro
+++ /dev/null
@@ -1,55 +0,0 @@
----
-import Tags from "../components/tags.astro";
-import Layout from "../components/Layout.astro";
----
-