mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
|
export const PKG_NAME = '@astrojs/image';
|
||
|
export const ROUTE_PATTERN = '/_image';
|
||
|
export const OUTPUT_DIR = '/_image';
|