Files
takerofnotes-website/pages/+Head.vue
2026-06-01 11:08:03 -04:00

13 lines
337 B
Vue

<!-- 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>
<script setup lang="ts"></script>