@devite/nuxt-sanity 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devite/nuxt-sanity",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "configKey": "sanity",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "0.8.4",
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import { defineNuxtModule, createResolver, addPlugin, addServerHandler, addImpor
3
3
  import defu from 'defu';
4
4
 
5
5
  const name = "@devite/nuxt-sanity";
6
- const version = "2.5.3";
6
+ const version = "2.5.4";
7
7
 
8
8
  const CONFIG_KEY = "sanity";
9
9
  const module = defineNuxtModule({
@@ -31,7 +31,7 @@ if (sanityData.value?._type === 'notFound' && import.meta.server) {
31
31
  setResponseStatus(event, 404)
32
32
  }
33
33
 
34
- const { baseURL: baseUrl } = useRuntimeConfig().public
34
+ const { baseUrl } = useRuntimeConfig().public
35
35
  const seo = computed(() => sanityData.value?.seo)
36
36
  const url = computed(
37
37
  () =>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devite/nuxt-sanity",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Advanced Sanity integration for Nuxt.js.",
5
5
  "repository": "devite-io/nuxt-sanity",
6
6
  "license": "MIT",