refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -3,7 +3,7 @@ import summaly from 'summaly';
|
|||
import { fetchMeta } from '@/misc/fetch-meta';
|
||||
import Logger from '@/services/logger';
|
||||
import config from '@/config/index';
|
||||
import { query } from '../../prelude/url';
|
||||
import { query } from '@/prelude/url';
|
||||
import { getJson } from '@/misc/fetch';
|
||||
|
||||
const logger = new Logger('url-preview');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue