Skip to content

Commit 23b5764

Browse files
authored
PlatformSDKPackageName
1 parent e6db302 commit 23b5764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
536536
// If a new component that injects content from the registry is introduced, it should be added to the patterns below.
537537
const skipCache =
538538
source.includes('@inject') ||
539-
source.includes('<PlatformSDKPackage') ||
539+
source.includes('<PlatformSDKPackageName') ||
540540
source.includes('<LambdaLayerDetail');
541541

542542
if (process.env.CI) {

0 commit comments

Comments
 (0)