Migration to v2
Deprecated Properties
baseUrl
Starting from version 2.0.0 the baseUrl
property is deprecated.
Instead of the baseUrl
property, base
from the Astro Config is now used.
You can migrate like this:
trailingSlash
Starting from version 2.0.0 the trailingSlash
property is deprecated.
Instead of the trailingSlash
property, trailingSlash
from the Astro Config is now used.
You can migrate like this: