Skip to content

Commit c76f029

Browse files
committed
fix: pass rest of the options
1 parent 7b23490 commit c76f029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineNuxtModule<Options>({
2525
const finalConfig = nuxt.options.runtimeConfig.proxy = defu(nuxt.options.runtimeConfig.proxy, {
2626
logger: options.logger,
2727
changeOrigin: options.changeOrigin,
28+
...options,
2829
})
2930

3031
addTemplate({

0 commit comments

Comments
 (0)