-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): fix sitemap #4200
chore(docs): fix sitemap #4200
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 5e75bc2.
☁️ Nx Cloud last updated this comment at |
Size Change: 0 B Total Size: 1.11 MB ℹ️ View Unchanged
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5e75bc2:
|
Paste Run #9206
Run Properties:
|
Project |
Paste
|
Branch Review |
fix-sitemap-locally
|
Run status |
Passed #9206
|
Run duration | 02m 08s |
Commit |
5e75bc2541: Merge branch 'main' into fix-sitemap-locally
|
Committer | kodiakhq[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
67
|
View all changes introduced in this branch ↗︎ |
Paste Run #9205
Run Properties:
|
Project |
Paste
|
Branch Review |
fix-sitemap-locally
|
Run status |
Passed #9205
|
Run duration | 05m 55s |
Commit |
5b163170b2 ℹ️: Merge 5e75bc2541fa7fd1bf369bf28325887e65fd7d9a into c128d63c7f72bf35599bb22ba294...
|
Committer | krisantrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
125
|
View all changes introduced in this branch ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, I like this solution. very clean
* chore(docs): fix sitemap caching * chore(docs): cahnge sitemap to use uncompiled paths * chore(docs): add root to sitemap * chore(docs): test different sitemap * chore(docs): test different sitemap * chore(docs): attempt moving readme file * chore(docs): use cwd * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): debug * chore(docs): final sitemap --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Previous deployment did not include all routes although worked locally. This PR should address the issue.
Decided to use the existing local sitemap we create for cypress as the complete page structure in the Vercel deployment cannot be used. Only the blog path can be accessed programatically.