13 lines
337 B
Vue
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>
|