sdk(astro,nextjs): add astro sdk and ensure window.op always first on nextjs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import { filterProps } from './asto-utils';
|
||||
|
||||
type Props = Record<string, unknown>;
|
||||
|
||||
const props = Astro.props as Props;
|
||||
---
|
||||
|
||||
<script is:inline set:html={`window.op('setGlobalProperties', ${JSON.stringify(filterProps(props))});`} />
|
||||
Reference in New Issue
Block a user