Skip to content

Commit bd7cc7d

Browse files
Fix alerts
1 parent 05f6da8 commit bd7cc7d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/static-web-apps/static-web-apps-cli.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ directCommands:
366366
swa deploy
367367
```
368368
369-
> **Note**: The `build` folder must contain the static content of your app that you want to deploy.
369+
> [!NOTE]
370+
> The `build` folder must contain the static content of your app that you want to deploy.
370371
371372
**Option 2:** You can also deploy a specific folder:
372373
@@ -394,7 +395,8 @@ directCommands:
394395
}
395396
```
396397
397-
> **Note**: If your project doesn't have any `staticwebapp.config.json` file, add one under your `outputLocation` folder.
398+
> [!NOTE]
399+
> If your project doesn't have any `staticwebapp.config.json` file, add one under your `outputLocation` folder.
398400
399401
1. Deploy your app:
400402
@@ -420,7 +422,8 @@ directCommands:
420422
421423
### Deploy using the `swa-cli.config.json`
422424
423-
> **Note**: The path for `outputLocation` must be relative to the `appLocation`.
425+
> [!NOTE]
426+
> The path for `outputLocation` must be relative to the `appLocation`.
424427
425428
If you are using a `swa-cli.config.json` configuration file in your project and have a single configuration entry, use a configuration like this:
426429

0 commit comments

Comments
 (0)