Skip to content

Commit 20bfd82

Browse files
Reviews
1 parent cbb5a0f commit 20bfd82

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

articles/static-apps/deploy-nextjs.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When you build a Next.js site using `npm run build`, the app is built as a tradi
7777
};
7878
```
7979
80-
This configuration maps `/` to the Next.js page that is served for the `/` route, and that is the _pages/index.js_ page file.
80+
This configuration maps `/` to the Next.js page that is served for the `/` route, and that is the _pages/index.js_ page file.
8181
8282
1. Update the _package.json_'s build script to also generate a static site after building, using the `next export` command. The `export` command generates a static site.
8383
@@ -126,7 +126,7 @@ The following steps show how to link the app you just pushed to GitHub to Azure
126126
127127
### Create a static app
128128
129-
1. Navigate to the [Azure Portal](https://portal.azure.com).
129+
1. Navigate to the [Azure portal](https://portal.azure.com).
130130
1. Click **Create a Resource** then search for **Static Web Apps** and select the matching result.
131131
132132
@@ -172,10 +172,6 @@ If the website does note immediately load, then the background GitHub Actions wo
172172
173173
You can check the status of the Actions workflows by navigating to the Actions for your repository:
174174
175-
```bash
176-
https://github.com/<YOUR_GITHUB_USERNAME>/nextjs-starter/actions
177-
You can check the status of the Actions workflows by navigating to the Actions for your repository:
178-
179175
```url
180176
https://github.com/<YOUR_GITHUB_USERNAME>/nextjs-starter/actions
181177
```

articles/static-apps/deploy-nuxtjs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following steps show how to link the app you just pushed to GitHub to Azure
108108
109109
### Create an Azure Static Apps resource
110110
111-
1. Navigate to the [Azure Portal](https://portal.azure.com).
111+
1. Navigate to the [Azure portal](https://portal.azure.com).
112112
1. Click **Create a Resource** then search for **Static Web Apps** and select the matching result.
113113
114114
@@ -137,7 +137,7 @@ Azure Static Web Apps is built to automatically carry out common tasks like inst
137137
138138
1. Click on the **Build** tab to configure the static output folder.
139139
140-
:::image type="content" source="media/deploy-nuxtjs/build-tab.png" alt-text="Build tab":::
140+
:::image type="content" source="media/deploy-nuxtjs/build-tab.png" alt-text="Build tab":::
141141
142142
1. Type **dist** in the *App artifact location* text box.
143143
@@ -205,6 +205,5 @@ If the page is a dynamic page, for example `_id.vue`, it won't have enough infor
205205
206206
:::image type="content" source="media/deploy-nuxtjs/404-in-production-fixed.png" alt-text="404 on dynamic routes fixed":::
207207
208-
## Next Steps
209208
> [!div class="nextstepaction"]
210209
> [Set up a custom domain](custom-domain.md)

0 commit comments

Comments
 (0)