feat: remove output check in ssr step
This commit is contained in:
parent
a0047af491
commit
d57affe4ac
1 changed files with 1 additions and 3 deletions
|
@ -122,9 +122,7 @@ declare const __prefix: string;`
|
|||
injectTypes({ filename: 'caching.d.ts', content: injectedTypes })
|
||||
},
|
||||
'astro:build:ssr': ({ manifest }) => {
|
||||
if (output !== 'static') {
|
||||
assets = manifest.assets
|
||||
}
|
||||
assets = manifest.assets
|
||||
},
|
||||
'astro:build:done': async ({ dir, routes, pages, logger }) => {
|
||||
const outfile = fileURLToPath(new URL('./sw.js', dir));
|
||||
|
|
Loading…
Reference in a new issue