Skip to content

Commit 81888c8

Browse files
authored
Docs: Change "target" to "preset" in Nitro v3 example config
1 parent 3bf18a7 commit 81888c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/start/framework/react/hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default defineConfig({
168168
tanstackStart(),
169169
nitro(/*
170170
// nitro config goes here, e.g.
171-
{ config: { target: 'node-server' } }
171+
{ config: { preset: 'node-server' } }
172172
*/)
173173
viteReact(),
174174
],

0 commit comments

Comments
 (0)