2.12.0 • Published 5 months ago

@devite/nuxt-sanity v2.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Nuxt Sanity Integration

npm version

Advanced Sanity integration for Nuxt.js. Based on the official @nuxtjs/sanity module.

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add @devite/nuxt-sanity

That's it! You can now use Sanity with your Nuxt app ✨

Configuration

Further configuration can be done in the nuxt.config.ts file:

export default {
  modules: [
    '@devite/nuxt-sanity',
    "@nuxt/image"
  ],
  sanity: {
    projectId: 'YOUR_PROJECT_ID',
    dataset: 'YOUR_DATASET',
    ...
  },
  runtimeConfig: {
    public: {
      // Required for SanityPage component to set a correct "canonical" url
      baseUrl: "https://www.example.com"
    }
  }
};

Contribution

1.5.3

11 months ago

1.5.2

11 months ago

1.5.1

11 months ago

1.5.0

11 months ago

2.11.0

6 months ago

2.10.1

7 months ago

2.3.0

10 months ago

2.2.1

10 months ago

2.12.0

5 months ago

2.11.1

6 months ago

2.10.2

6 months ago

2.2.0

10 months ago

2.5.0

10 months ago

2.4.1

10 months ago

2.3.2

10 months ago

2.10.0

7 months ago

2.4.0

10 months ago

2.3.1

10 months ago

2.7.0

10 months ago

2.5.2

10 months ago

2.4.3

10 months ago

2.6.0

10 months ago

2.5.1

10 months ago

2.4.2

10 months ago

2.9.0

8 months ago

2.8.1

10 months ago

2.5.4

10 months ago

2.8.0

10 months ago

2.5.3

10 months ago

2.1.0

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

2.8.3

9 months ago

2.9.1

7 months ago

2.8.2

10 months ago

2.11.2

6 months ago

1.4.0

12 months ago

1.2.0

1 year ago

1.3.0

1 year ago

1.1.3

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago