File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,8 @@ directCommands:
366
366
swa deploy
367
367
```
368
368
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.
370
371
371
372
**Option 2:** You can also deploy a specific folder:
372
373
@@ -394,7 +395,8 @@ directCommands:
394
395
}
395
396
```
396
397
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.
398
400
399
401
1. Deploy your app:
400
402
@@ -420,7 +422,8 @@ directCommands:
420
422
421
423
### Deploy using the `swa-cli.config.json`
422
424
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`.
424
427
425
428
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:
426
429
You can’t perform that action at this time.
0 commit comments