fix(docs): update GitHub Pages site configuration for repository rename#633
Merged
fix(docs): update GitHub Pages site configuration for repository rename#633
Conversation
- Updated Next.js site config to use /spectrum-design-data/ base path - Fixed font and asset loading issues on GitHub Pages - Updated repository URLs in all docs package.json files: - docs/site - docs/visualizer - docs/s2-visualizer - docs/s2-tokens-viewer - docs/release-timeline
🦋 Changeset detectedLatest commit: ab64eaa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Member
Author
Run report for ab64eaaaTotal time: 28.7s | Comparison time: 41.1s | Estimated savings: 12.4s (30.2% faster)
Expanded report
Touched files |
GarthDB
added a commit
that referenced
this pull request
Nov 18, 2025
The critical config change from PR #633 was missed. This updates the production asset paths to fix font loading on GitHub Pages.
GarthDB
added a commit
that referenced
this pull request
Nov 18, 2025
The critical config change from PR #633 was missed. This updates the production asset paths to fix font loading on GitHub Pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes font loading and asset path issues on the GitHub Pages site after the repository rename from
spectrum-tokenstospectrum-design-data.Changes
basePathandassetPrefixfrom/spectrum-tokens/to/spectrum-design-data/package.jsonfiles now reference the new repositoryAffected Packages
Why Separate PR?
This fix is independent of the larger repository rename changes in #632 and should be merged quickly to fix the currently broken fonts on the live site.
Testing
After merge, the site will rebuild and fonts should load correctly at:
Related: #632, #361