refactor(nds): move nds sprites from public to assets
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineNuxtModule({
|
||||
const contentDir = join(nuxt.options.rootDir, "content");
|
||||
const publicDir = join(
|
||||
nuxt.options.rootDir,
|
||||
"public/nds/images/projects/pokemons",
|
||||
"app/assets/nds/images/projects/pokemons",
|
||||
);
|
||||
|
||||
const getFileChecksum = async (filePath: string): Promise<string> => {
|
||||
|
||||
Reference in New Issue
Block a user