We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38429a1 commit e6b92dfCopy full SHA for e6b92df
packages/qwik-city/src/buildtime/vite/plugin.ts
@@ -277,10 +277,9 @@ function qwikCityPlugin(userOpts?: QwikCityVitePluginOptions): any {
277
const clientOutDir = qwikPlugin!.api.getClientOutDir();
278
279
if (outDir && clientOutDir) {
280
- const assetsDir = qwikPlugin!.api.getAssetsDir();
281
const { staticPathsCode, notFoundPathsCode } = await postBuild(
282
clientOutDir,
283
- assetsDir ? join(api.getBasePathname(), assetsDir) : api.getBasePathname(),
+ api.getBasePathname(),
284
[],
285
ssrFormat,
286
false
0 commit comments