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
* test(netlify): add base fixture and prepare test
* Update base.test.js
* fix(netlify): test indentation
---------
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
Astro Info
Describe the Bug
When setting a base, deployment actually serves files from the root. I don't know if that's caused by setting
output
toserver
.For example, site is available at https://astro-netlify-base-test.netlify.app/ but should only be at https://astro-netlify-base-test.netlify.app/test, which thows a 404
What's the expected result?
Base should be taken into account
Link to Minimal Reproducible Example
https://github.com/florian-lefebvre/astro-netlify-base-test
Participation
The text was updated successfully, but these errors were encountered: