aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 04:30:18 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 04:30:18 +0100
commit88b0b2cadc2cd119fee75470d1e47d91395e24fd (patch)
tree2a50a3c67ccd91aae32659e32b74916c364e74dd
parent9f7cb2c0265d1c3adcf58652a43355dbc7f73378 (diff)
downloadFirmament-88b0b2cadc2cd119fee75470d1e47d91395e24fd.tar.gz
Firmament-88b0b2cadc2cd119fee75470d1e47d91395e24fd.tar.bz2
Firmament-88b0b2cadc2cd119fee75470d1e47d91395e24fd.zip
fix: Fix incorrect overlapping markdown file
-rw-r--r--web/src/pages/docs/_texture-pack-format.md (renamed from web/src/pages/docs/texture-pack-format.md)0
-rw-r--r--web/src/pages/docs/texture-pack-format.astro2
2 files changed, 1 insertions, 1 deletions
diff --git a/web/src/pages/docs/texture-pack-format.md b/web/src/pages/docs/_texture-pack-format.md
index da66043..da66043 100644
--- a/web/src/pages/docs/texture-pack-format.md
+++ b/web/src/pages/docs/_texture-pack-format.md
diff --git a/web/src/pages/docs/texture-pack-format.astro b/web/src/pages/docs/texture-pack-format.astro
index f04188f..0714aea 100644
--- a/web/src/pages/docs/texture-pack-format.astro
+++ b/web/src/pages/docs/texture-pack-format.astro
@@ -2,7 +2,7 @@
import Base from "../../layouts/Base.astro";
import NavBar from "../../components/NavBar.astro";
import Content from "../../layouts/Content.astro";
-import MarkDown from './texture-pack-format.md';
+import MarkDown from './_texture-pack-format.md';
---
<Base title="Firmament Texture Packs">