* feat: add generic page-ssr plugin * refactor: remove page-specific logic from astro/markdown/mdx plugins * refactor: revert changes to vite-plugin-scripts * fix: handle injected `page` scripts in build * fix: prepend injected `page` scripts with `/@id/` in dev Co-authored-by: Nate Moore <nate@astro.build>
6 lines
98 B
Markdown
6 lines
98 B
Markdown
---
|
|
'astro': patch
|
|
'@astrojs/mdx': patch
|
|
---
|
|
|
|
Improve `injectScript` handling for non-Astro pages
|