Skip to content

Commit

Permalink
chore: nuxt devtools naming
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 11, 2023
1 parent 02d9c15 commit 033a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/routes/sitemap.xsl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineEventHandler(async (e) => {

const conditionalTips = [
'You are looking at a <a href="https://developer.mozilla.org/en-US/docs/Web/XSLT/Transforming_XML_with_XSLT/An_Overview" style="color: #398465" target="_blank">XML stylesheet</a>. Read the <a href="https://nuxtseo.com/sitemap/guides/customising-ui" style="color: #398465" target="_blank">docs</a> to learn how to customize it.',
`URLs missing? Check Nuxt Dev Tools Sitemap tab (or the <a href="${withQuery('/__sitemap__/debug.json', { sitemap: sitemapName })}" style="color: #398465" target="_blank">debug endpoint</a>).`,
`URLs missing? Check Nuxt Devtools Sitemap tab (or the <a href="${withQuery('/__sitemap__/debug.json', { sitemap: sitemapName })}" style="color: #398465" target="_blank">debug endpoint</a>).`,
]
if (!isShowingCanonical) {
const canonicalPreviewUrl = withQuery(referrer, { canonical: '' })
Expand Down

0 comments on commit 033a9a5

Please sign in to comment.