mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added imagecache
This commit is contained in:
parent
80c3a8a4c5
commit
88f50e3348
6 changed files with 29 additions and 6 deletions
|
@ -9,3 +9,14 @@ export const URLS = {
|
|||
},
|
||||
NODE_URL: (id: number | string) => `/post${id}`,
|
||||
};
|
||||
|
||||
export const PRESETS = {
|
||||
'1400': '1400',
|
||||
'900': '900',
|
||||
'600': '600',
|
||||
'300': '300',
|
||||
'100': '100',
|
||||
placeholder: 'placeholder',
|
||||
cover: 'cover',
|
||||
hero: 'hero',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue