diff --git a/dangerFileContent.ts b/dangerFileContent.ts
index e47303d8584b0e..fd32245a49ff17 100644
--- a/dangerFileContent.ts
+++ b/dangerFileContent.ts
@@ -222,7 +222,7 @@ async function addDeployPreviewUrls() {
async function formatMdLinkWithQrCode(path: string) {
const url = String(formatFileToLink(path));
const qr = `${netlifyPreview}edge-functions/qr-code?text=${encodeURIComponent(url)}`;
- return `${path}
`;
+ return `page ${path}
`;
}
const files = [...danger.git.created_files, ...danger.git.modified_files];