Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/source/content/nextjs/hello-world-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Next.js Hello World Tutorial
description: Get up and running with a simple Next.js application on Pantheon
reviewed: "2025-11-17"
reviewed: "2025-12-08"
contenttype: [doc]
innav: [true]
audience: [development]
Expand Down Expand Up @@ -43,7 +43,7 @@ This tutorial will walk you through:

<Alert type="info" title="Note">

If you prefer not to grant permissions for all repositories as demonstrated above, you can instead create an empty repository now in GitHub. Once created, return to this step and choose **Only select repositories** then select your new repository.
If you prefer not to grant permissions for all repositories as demonstrated above, you can instead create a new repository with your code in GitHub or link to an existing repository. Once created, return to this step and choose **Only select repositories** then select your new repository. *An empty existing repository will not work.*

</Alert>

Expand Down
Loading