Skip to content

Commit 98f4e89

Browse files
committed
chore: lint
1 parent 1b3c59c commit 98f4e89

File tree

5 files changed

+786
-859
lines changed

5 files changed

+786
-859
lines changed

Diff for: client/app.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<script setup lang="ts">
22
import { computed, ref } from 'vue'
33
import { useLocalStorage } from '@vueuse/core'
4+
import { joinURL } from 'ufo'
45
import type { SitemapDefinition } from '../src/runtime/types'
56
import { loadShiki, renderCodeHighlight } from './composables/shiki'
67
import { colorMode } from './composables/rpc'
78
import { data, refreshSources } from './composables/state'
89
import { useHead } from '#imports'
910
import 'floating-vue/dist/style.css'
10-
import { joinURL } from 'ufo'
1111
1212
await loadShiki()
1313

Diff for: client/nuxt.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ export default defineNuxtConfig({
1616
baseURL: '/__sitemap__/devtools',
1717
},
1818

19+
compatibilityDate: '2025-03-13',
20+
1921
nitro: {
2022
output: {
2123
publicDir: resolve(__dirname, '../dist/client'),
2224
},
2325
},
24-
25-
compatibilityDate: '2025-03-13',
26-
})
26+
})

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxtjs/sitemap",
33
"type": "module",
44
"version": "7.2.8",
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].3",
66
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
77
"author": {
88
"name": "Harlan Wilton",

0 commit comments

Comments
 (0)