Skip to content

Commit

Permalink
chore: revert path change
Browse files Browse the repository at this point in the history
  • Loading branch information
louismollick committed Oct 31, 2024
1 parent eaaad3c commit 90c12fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/filepath/server-only-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import { Language } from "@/types/language";
import { getPageFileName, VOLUME_PREFIX } from "@/lib/filepath/utils";

// export const MANGA_SLUGS_DIR = `${process.cwd()}/images`;
export const MANGA_SLUGS_DIR = `/app/images`;

console.log(`MANGA_SLUGS_DIR: ${process.cwd()}/images`);
export const MANGA_SLUGS_DIR = `${process.cwd()}/images`;

export const getMangaOcrDir = (mangaSlug: string) =>
`${MANGA_SLUGS_DIR}/${mangaSlug}/${Language.jpJP}/_ocr`;
Expand Down

0 comments on commit 90c12fc

Please sign in to comment.