summaryrefslogtreecommitdiff
path: root/.changeset/blue-parrots-jam.md
blob: 91e38b2f845fe0631c2f5eb44211f963b90f2ce4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
'@astrojs/cloudflare': major
'@astrojs/deno': major
'@astrojs/node': major
'astro': patch
---

Handle base configuration in adapters

This allows adapters to correctly handle `base` configuration. Internally Astro now matches routes when the URL includes the `base`.

Adapters now also have access to the `removeBase` method which will remove the `base` from a pathname. This is useful to look up files for static assets.