You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
astro-sst should consume the base flag specified in the astro.config.mjs file and use it to determine the subdirectory/prefix of the static assets in the s3 bucket, as well as the pathPattern for both the regionalServer and the staticServer.
Current Behavior
The base flag in the astro config is ignored while the static assets are pushed to s3, and when the behaviors are added to cloudfront
Description
astro-sst
should consume thebase
flag specified in theastro.config.mjs
file and use it to determine the subdirectory/prefix of the static assets in thes3
bucket, as well as thepathPattern
for both theregionalServer
and thestaticServer
.Current Behavior
The
base
flag in the astro config is ignored while the static assets are pushed to s3, and when the behaviors are added to cloudfrontastro.config.mjs
file:Expected Behavior
The
base
flag should be used to prefix both the object keys ins3
and thepathPatterns
in cloudfronts3
keys:cloudfront
behaviors:Details
10th Jan 2025
5.1.3
2.45.2
3.5.3
The text was updated successfully, but these errors were encountered: