To link your Caffeine URL, please provide the following instructions to your Caffeine AI.
Create the following files inside .well-known within your project's public folder:
project_root/
└── src/
└── project_frontend/
└── public/
└── .well-known/
├── ic-domains
└── ii-alternative-origins
Add your domain and its www subdomain to ic-domains, each on a new line. For example, for yourdomain.com:
yourdomain.com
www.yourdomain.com
Add this JSON to ii-alternative-origins:
{ "alternativeOrigins": ["https://yourdomain.com", "https://www.yourdomain.com"] }
Update .ic-assets.json5 in public/ to include:
[{ "match": ".well-known", "ignore": false }]
Deploy the project, then click "Verify Ownership" below.