-
Notifications
You must be signed in to change notification settings - Fork 119
chore(docs): fix sitemap #4200
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
Conversation
|
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
|
Project |
Paste
|
Branch Review |
fix-sitemap-locally
|
Run status |
|
Run duration | 02m 08s |
Commit |
|
Committer | kodiakhq[bot] |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
67
|
View all changes introduced in this branch ↗︎ |
Paste
|
Project |
Paste
|
Branch Review |
fix-sitemap-locally
|
Run status |
|
Run duration | 05m 55s |
Commit |
|
Committer | krisantrobus |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
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.