Skip to content

Commit 2c0fdd9

Browse files
committed
feat: add shortlink
Shortlink will eventually link to related documentation
1 parent b68a79b commit 2c0fdd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/runtime/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const plugin: NetlifyPlugin = {
185185
if (isOldPluginInstalled()) {
186186
status.show({
187187
summary:
188-
'Please remove @netlify/plugin-nextjs from your site. It is no longer required and will prevent you using new features.',
188+
'Please remove @netlify/plugin-nextjs from your site. It is no longer required and will prevent you using new features. Learn more: https://ntl.fyi/3w85e2E',
189189
})
190190
return
191191
}

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ describe('onPostBuild', () => {
572572
utils: { ...utils, status: { show: mockStatusFunc } }
573573
})
574574

575-
expect(mockStatusFunc).toHaveBeenCalledWith({ "summary": "Please remove @netlify/plugin-nextjs from your site. It is no longer required and will prevent you using new features." })
575+
expect(mockStatusFunc).toHaveBeenCalledWith({ "summary": "Please remove @netlify/plugin-nextjs from your site. It is no longer required and will prevent you using new features. Learn more: https://ntl.fyi/3w85e2E" })
576576

577577
})
578578

0 commit comments

Comments
 (0)