Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/WORKFLOW-SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ pnpm build # Vite build
## Related Documentation

- [CI-WORKSPACE-SETUP.md](CI-WORKSPACE-SETUP.md) - Detailed explanation of the workspace setup
- [Blit-Tech CI](https://github.com/vancura/blit-tech/.github/workflows/) - Library's own CI workflows
- [Blit-Tech CI](https://github.com/vancura/blit-tech/tree/main/.github/workflows) - Library's own CI workflows
7 changes: 7 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Cloudflare Pages Headers Configuration
# This file configures HTTP headers for the deployed site.

# Allow embedding in iframes from ambilab.com and Framer sites
/*
Content-Security-Policy: frame-ancestors https://ambilab.com https://*.framer.app
X-Frame-Options: ALLOW-FROM https://ambilab.com
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ export default defineConfig(({ command }) => {
src: 'public/fonts/*',
dest: 'fonts',
},
{
src: 'public/_headers',
dest: '.',
},
],
}),
flattenDemosPlugin(),
Expand Down