Skip to content

Commit

Permalink
fix(platform): update directory for public assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Dec 21, 2022
1 parent 965ed61 commit dfed7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/platform/src/lib/vite-nitro-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function viteNitroPlugin(
if (options?.ssr) {
nitroConfig = {
...nitroConfig,
publicAssets: [{ dir: `../../dist/client` }],
publicAssets: [{ dir: `../dist/client` }],
serverAssets: [{ baseName: 'public', dir: `./dist/client` }],
externals: {
inline: ['zone.js/node'],
Expand Down

0 comments on commit dfed7f0

Please sign in to comment.