We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707d88d commit f6b51a9Copy full SHA for f6b51a9
src/mdx.ts
@@ -538,6 +538,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
538
539
if (process.env.CI) {
540
if (skipCache) {
541
+ // eslint-disable-next-line no-console
542
console.info(`Skipping cache for ${sourcePath}`);
543
} else {
544
cacheKey = md5(source);
0 commit comments