Skip to content

Commit

Permalink
docs: move nx content in the related tab item (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed May 13, 2024
1 parent b567eac commit 2276a93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs-app/docs/features/deployment/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ In order to make it work with Nx, we need to define the specific app we want to
}
```

#### Nx and Vercel

When using Nx and reusing the build cache on the Vercel build platform, there is a possibility that the cache is reused if you have built it locally. This can lead to the output being placed in the wrong location. To resolve this issue, you can use the preset in the `vite.config.ts` file as a workaround.

</TabItem>
</Tabs>

Expand Down Expand Up @@ -110,10 +114,6 @@ export default defineConfig(({ mode }) => ({
}));
```

#### Nx and Vercel

When using Nx and reusing the build cache on the Vercel build platform, there is a possibility that the cache is reused if you have built it locally. This can lead to the output being placed in the wrong location. To resolve this issue, you can use the preset in the `vite.config.ts` file as a workaround.

## Cloudflare Pages

Analog supports deploying to [Cloudflare](https://cloudflare.com/) Pages with minimal configuration.
Expand Down

0 comments on commit 2276a93

Please sign in to comment.