gatsby-adapter-netlify
Version:
Gatsby adapter for Netlify
10 lines (9 loc) • 395 B
TypeScript
export declare function generatePrettyUrlFilePath(routePath: string): string;
export declare function normalizeDynamicRoutePath(routePath: string): string;
export declare function createStaticAssetsPathHandler(): {
ensureStaticAssetPath: (filePath: string, routePath: string) => {
finalFilePath: string;
isDynamic: boolean;
};
fileMovingDone: () => Promise<void>;
};