Skip to content

Commit f033018

Browse files
committed
docs: update runtimeConfig example
1 parent 7b7517e commit f033018

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/en/1.getting-started/2.configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ import { defineNuxtConfig } from 'nuxt'
3939
4040
export default defineNuxtConfig({
4141
modules: ['@nuxtjs/sanity'],
42-
privateRuntimeConfig: {
42+
runtimeConfig: {
4343
sanity: {
44-
token: process.env.SANITY_TOKEN,
44+
token: process.env.NUXT_SANITY_TOKEN,
4545
},
4646
},
4747
sanity: {

0 commit comments

Comments
 (0)