After running npm run build, I want to preview the site so that I can run a lighthouse audit and see how everything looks. I tried to use npm run preview but I got the following error (maybe because I have ssr enabled on one page for a form)
> preview
> astro preview
14:32:52 [@astrojs/netlify] Enabling sessions with Netlify Blobs
[preview] The @astrojs/netlify adapter does not support the preview command.
Location:
C:\WebDev\Projects\FEM\arch-studio\node_modules\astro\dist\core\preview\index.js:44:11
Stack trace:
at preview (file:///C:/WebDev/Projects/FEM/arch-studio/node_modules/astro/dist/core/preview/index.js:44:11)
at async runCommand (file:///C:/WebDev/Projects/FEM/arch-studio/node_modules/astro/dist/cli/index.js:215:22)
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
PS C:\WebDev\Projects\FEM\arch-studio> ```