-
Notifications
You must be signed in to change notification settings - Fork 0
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
Static sitemap generator ts #10
base: main
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/danielebertella/cascinarampina/n4eiwco31 [Deployment for 35de916 failed] |
@dbertella @Alligatore3 see changes. |
edges: { node: { slug: string } }[]; | ||
}; | ||
|
||
const lambdaPagesFilePath = path.join(__dirname, ".", "lib", "sitemap.xml"); |
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.
This looks brilliant if it work, change lib
to public
at the end is that the right place to save this file, do you think we can call this endpoint at build time?
No description provided.