Skip to content

Commit

Permalink
Update cdn-support-with-asset-prefix.md (vercel#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 authored and Piotr Bosak committed Sep 26, 2020
1 parent a009cde commit 9c4afc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 9c4afc3

Please sign in to comment.