Skip to content

Commit

Permalink
Update cdn-support-with-asset-prefix.md (#17237)
Browse files Browse the repository at this point in the history
Modified paths to absolute paths.
- Deploying to Vercel
- Base path
  • Loading branch information
sphilee committed Sep 21, 2020
1 parent 2e87e22 commit 92b20c8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,10 +4,10 @@ description: A custom asset prefix allows you serve static assets from a CDN. Le

# CDN Support with Asset Prefix

> **Attention**: [Deploying to Vercel](docs/deployment.md) automatically configures a global CDN for your Next.js project.
> **Attention**: [Deploying to Vercel](/docs/deployment.md) automatically configures a global CDN for your Next.js project.
> You do not need to manually setup an Asset Prefix.
> **Note**: Next.js 9.5+ added support for a customizable [Base Path](docs/api-reference/next.config.js/basepath.md), which is better
> **Note**: Next.js 9.5+ added support for a customizable [Base Path](/docs/api-reference/next.config.js/basepath.md), which is better
> suited for hosting your application on a sub-path like `/docs`.
> We do not suggest you use a custom Asset Prefix for this use case.
Expand Down

0 comments on commit 92b20c8

Please sign in to comment.