Is it possible to style the sitemap in NextJS 13
Answered
Giant Angora posted this in #help-forum
Giant AngoraOP
I am currently using the
Can I somehow style to look something like the one in the attached screenshot?
sitemap() function to create a simple sitemap.Can I somehow style to look something like the one in the attached screenshot?
5 Replies
@Giant Angora I am currently using the `sitemap()` function to create a simple sitemap.
Can I somehow style to look something like the one in the attached screenshot?
you can create the page in
app/sitemap/page.tsxAnswer
then render the list of the sitemap links
and reference it in robot.txt
Giant AngoraOP
Thanks
np, please mark solution if your issue has been solved