Skip to content

docs: correct build.client and build.server @default to include trailing slash#17210

Open
dfedoryshchev wants to merge 2 commits into
withastro:mainfrom
dfedoryshchev:docs/build-default-trailing-slash
Open

docs: correct build.client and build.server @default to include trailing slash#17210
dfedoryshchev wants to merge 2 commits into
withastro:mainfrom
dfedoryshchev:docs/build-default-trailing-slash

Conversation

@dfedoryshchev

Copy link
Copy Markdown
Contributor

The @default annotations for build.client and build.server drop the trailing slash that the real defaults carry: ASTRO_CONFIG_DEFAULTS sets client: './client/' and server: './server/', while the JSDoc documents './client' and './server'. This corrects the annotations to match the resolved values shown in the config reference.

@changeset-bot

changeset-bot Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8c156df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot added pkg: astro Related to the core `astro` package (scope) docs pr labels Jun 26, 2026
@codspeed-hq

codspeed-hq Bot commented Jun 26, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 18 untouched benchmarks


Comparing dfedoryshchev:docs/build-default-trailing-slash (8c156df) with main (24d2c9e)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (75f455c) during the generation of this report, so 24d2c9e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs pr pkg: astro Related to the core `astro` package (scope)

2 participants