diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-17 04:21:10 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-17 04:27:36 +0100 |
commit | 9f7cb2c0265d1c3adcf58652a43355dbc7f73378 (patch) | |
tree | 036429d1d1111f125d77e8fb152b13f54c6e46a0 /web/src | |
parent | 430ef35386e79386f84665f6bd8d54c31e45e018 (diff) | |
download | Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.tar.gz Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.tar.bz2 Firmament-9f7cb2c0265d1c3adcf58652a43355dbc7f73378.zip |
chore: Add website auto build using github pages
Diffstat (limited to 'web/src')
-rw-r--r-- | web/src/pages/texture-packs.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/src/pages/texture-packs.astro b/web/src/pages/texture-packs.astro index 77d8a37..ee511f9 100644 --- a/web/src/pages/texture-packs.astro +++ b/web/src/pages/texture-packs.astro @@ -1,7 +1,6 @@ --- import Base from "../layouts/Base.astro"; import NavBar from "../components/NavBar.astro"; -import Content from "../layouts/Content.astro"; --- <Base title="Firmament Texture Packs"> |