Fix: uninotes subject code url

This commit is contained in:
hyzen
2026-07-25 11:39:05 +05:30
parent 285609eb9a
commit 800a48b145
69 changed files with 98 additions and 305 deletions

View File

@@ -8,6 +8,7 @@ publishDir = "docs"
[[module.mounts]]
source = "content"
target = "content"
excludeFiles = "uninotes/subjectcode/**"
[[module.mounts]]
source = "changelog"
target = "content/changelog"
@@ -35,6 +36,9 @@ target = "content/signup"
[[module.mounts]]
source = "admin"
target = "content/admin"
[[module.mounts]]
source = "content/uninotes/subjectcode"
target = "content/subjectcode"
[markup]
[markup.goldmark]