update: create design footer for 3bear page

This commit is contained in:
Nam Doan
2025-12-03 22:43:34 +07:00
parent 1e99ead658
commit 043cc4d11a
3 changed files with 386 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import fs from "fs"
import path from "path"
import { jsonFileNames } from "./devJsonFileNames";
const fileName = jsonFileNames.namDrsquatch;
const fileName = jsonFileNames.nam3Bear;
export async function loadDesignConfig() {
const filePath = path.join(process.cwd(), "config", fileName)