Skip to content

Commit

Permalink
chore: rename github repo to nuxt-modules/sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 5, 2024
1 parent a707a51 commit aa1be91
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,11 +1,11 @@
<h1 align='center'>nuxt-simple-sitemap</h1>

<p align="center">
<a href='https://github.com/nuxt/sitemap/actions/workflows/test.yml'>
<a href='https://github.com/nuxt-modules/sitemap/actions/workflows/test.yml'>
</a>
<a href="https://www.npmjs.com/package/nuxt-simple-sitemap" target="__blank"><img src="https://img.shields.io/npm/v/nuxt-simple-sitemap?style=flat&colorA=002438&colorB=28CF8D" alt="NPM version"></a>
<a href="https://www.npmjs.com/package/nuxt-simple-sitemap" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/nuxt-simple-sitemap?flat&colorA=002438&colorB=28CF8D"></a>
<a href="https://github.com/nuxt/sitemap" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nuxt/sitemap?flat&colorA=002438&colorB=28CF8D"></a>
<a href="https://github.com/nuxt-modules/sitemap" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nuxt-modules/sitemap?flat&colorA=002438&colorB=28CF8D"></a>
</p>

<p align="center">
Expand All @@ -17,7 +17,7 @@ Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
<tbody>
<td align="center">
<img width="800" height="0" /><br>
<i>Status:</i> <a href="https://github.com/nuxt/sitemap/releases/tag/v4.0.0">v4 Released 🎉</a></b> <br>
<i>Status:</i> <a href="https://github.com/nuxt-modules/sitemap/releases/tag/v4.0.0">v4 Released 🎉</a></b> <br>
<sup> Please report any issues 🐛</sup><br>
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
<img width="800" height="0" />
Expand Down
2 changes: 1 addition & 1 deletion client/app.vue
Expand Up @@ -68,7 +68,7 @@ const userSources = computed(() => (data.value?.globalSources || []).filter(s =>
<NuxtSeoLogo class="mr-[2px] w-5 h-5 inline" />
Documentation
</NLink>
<NLink href="https://github.com/nuxt/sitemap" target="_blank">
<NLink href="https://github.com/nuxt-modules/sitemap" target="_blank">
<NIcon icon="logos:github-icon" class="mr-[2px]" />
Submit an issue
</NLink>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -11,13 +11,13 @@
},
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://github.com/nuxt/sitemap#readme",
"homepage": "https://github.com/nuxt-modules/sitemap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/sitemap.git"
"url": "git+https://github.com/nuxt-modules/sitemap.git"
},
"bugs": {
"url": "https://github.com/nuxt/sitemap/issues"
"url": "https://github.com/nuxt-modules/sitemap/issues"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/routes/sitemap.xsl.ts
Expand Up @@ -13,7 +13,7 @@ export default defineEventHandler(async (e) => {
const { sitemapName: fallbackSitemapName, version, xslColumns, xslTips } = useSimpleSitemapRuntimeConfig()

const svgIcon = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="icon" style="margin-right: 4px; font-size: 25px;" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#93c5fd" d="M4 26h4v4H4zm10 0h4v4h-4zm10 0h4v4h-4zm1-10h-8v-2h-2v2H7a2.002 2.002 0 0 0-2 2v6h2v-6h8v6h2v-6h8v6h2v-6a2.002 2.002 0 0 0-2-2zM9 2v10h14V2zm2 2h2v6h-2zm10 6h-6V4h6z"></path></svg>`
const creditName = `<a href="https://github.com/nuxt/sitemap" style="color: black; display: flex; align-items: center; font-weight: 500;" target="_blank" rel="noopener">${svgIcon} Nuxt
const creditName = `<a href="https://github.com/nuxt-modules/sitemap" style="color: black; display: flex; align-items: center; font-weight: 500;" target="_blank" rel="noopener">${svgIcon} Nuxt
Simple Sitemap v${version}</a>`

const { name: siteName, url: siteUrl } = useSiteConfig(e)
Expand Down

0 comments on commit aa1be91

Please sign in to comment.