File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -366,8 +366,7 @@ directCommands:
366366 swa deploy
367367 ```
368368
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.
371370
372371 **Option 2:** You can also deploy a specific folder:
373372
@@ -395,8 +394,7 @@ directCommands:
395394 }
396395 ```
397396
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.
400398
401399 1. Deploy your app:
402400
@@ -422,8 +420,7 @@ directCommands:
422420
423421 ### Deploy using the `swa-cli.config.json`
424422
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`.
427424
428425 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:
429426
You can’t perform that action at this time.
0 commit comments