refactor: moves /txt/*.txt to /*.txt
This commit is contained in:
parent
e2b7c18692
commit
0672a761e3
13 changed files with 17 additions and 14 deletions
|
|
@ -24,7 +24,7 @@ export interface TxtConfig {
|
|||
}
|
||||
|
||||
export function getTxtDir(): string {
|
||||
return path.join(process.cwd(), 'public/txt');
|
||||
return path.join(process.cwd(), 'public');
|
||||
}
|
||||
|
||||
export function loadTxtConfig(): TxtConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue