Skip to content

Commit

Permalink
chore(docs): final sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Dec 20, 2024
1 parent ac9f21c commit 78cca51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/paste-website/src/pages/sitemap.xml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ export const getServerSideProps: GetServerSideProps = async ({ res }) => {

const sitemap = `<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>${BASE_URL}</loc>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>
${SITEMAP.map((url) => {
return `
<url>
Expand Down

0 comments on commit 78cca51

Please sign in to comment.