File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -366,8 +366,7 @@ directCommands:
366
366
swa deploy
367
367
```
368
368
369
- > [!NOTE]
370
- > The `build` folder must contain the static content of your app that you want to deploy.
369
+ > **Note**: The `build` folder must contain the static content of your app that you want to deploy.
371
370
372
371
**Option 2:** You can also deploy a specific folder:
373
372
@@ -395,8 +394,7 @@ directCommands:
395
394
}
396
395
```
397
396
398
- > [!NOTE]
399
- > If your project doesn't have any `staticwebapp.config.json` file, add one under your `outputLocation` folder.
397
+ > **Note**: If your project doesn't have any `staticwebapp.config.json` file, add one under your `outputLocation` folder.
400
398
401
399
1. Deploy your app:
402
400
@@ -422,8 +420,7 @@ directCommands:
422
420
423
421
### Deploy using the `swa-cli.config.json`
424
422
425
- > [!NOTE]
426
- > The path for `outputLocation` must be relative to the `appLocation`.
423
+ > **Note**: The path for `outputLocation` must be relative to the `appLocation`.
427
424
428
425
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:
429
426
You can’t perform that action at this time.
0 commit comments