refactor: separate gallery and nds files in public/

This commit is contained in:
2026-01-03 22:19:44 +01:00
parent 5f930d6aac
commit 4ef568301b
100 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export default defineNuxtModule({
const contentDir = join(nuxt.options.rootDir, "content");
const publicDir = join(
nuxt.options.rootDir,
"public/images/projects/pokemons",
"public/nds/images/projects/pokemons",
);
const getFileChecksum = async (filePath: string): Promise<string> => {