Add preview handling

This commit is contained in:
nicwands
2026-06-01 11:08:03 -04:00
parent ef70a0c756
commit 6776a14757
18 changed files with 1186 additions and 14 deletions

View File

@@ -1,6 +1,11 @@
<!-- https://vike.dev/Head -->
<template>
<!-- Allow the app to be embedded in iframes from Strapi admin -->
<meta
http-equiv="Content-Security-Policy"
content="frame-ancestors 'self' https://cms.takerofnotes.com"
/>
<link rel="icon" href="/favicon.png" />
</template>