Skip to content

Commit 5a4b758

Browse files
committed
chore: lint
1 parent 1f5df85 commit 5a4b758

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/module.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ export default defineNuxtModule<SanityModuleOptions>({
175175
mode: options.visualEditing.mode || 'live-visual-editing',
176176
previewMode: (options.visualEditing.previewMode !== false
177177
? defu(options.visualEditing.previewMode, {
178-
enable: '/preview/enable',
179-
disable: '/preview/disable',
180-
})
178+
enable: '/preview/enable',
179+
disable: '/preview/disable',
180+
})
181181
: false) as { enable: string, disable: string } | false,
182182
proxyEndpoint: options.visualEditing.proxyEndpoint || '/_sanity/fetch',
183183
refresh: options.visualEditing.refresh,

0 commit comments

Comments
 (0)