404 fixes and added pure twig

This commit is contained in:
2025-11-13 11:05:55 -08:00
parent 1cdf4f1fe8
commit 6d7a7a5e9d
8 changed files with 324 additions and 16 deletions

View File

@@ -44,4 +44,7 @@ $framework_routes = [
'/novaconium/sitemap.xml' => [
'get' => 'NOVACONIUM/sitemap'
],
'/novaconium/sample/{slug}' => [
'get' => 'NOVACONIUM/samples'
],
];