Skip to content

Commit

Permalink
fix adapter path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent 87396dc commit 10f9db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/houdini/src/vite/houdini.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Plugin(opts: PluginConfig = {}): VitePlugin {
publicBase: viteConfig.base,
outDir: config.routerBuildDirectory,
manifest,
adapterPath: './assets/ssr/entries/adapter',
adapterPath: './ssr/entries/adapter',
})

// if there is a public directory at the root of the project,
Expand Down

0 comments on commit 10f9db5

Please sign in to comment.