To link your Caffeine URL, please provide the following instructions to your Caffeine AI.
Create the required 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 example.com
:
example.com
www.example.com
Add the following content to ii-alternative-origins
:
{ "alternativeOrigins": ["https://example.com", "https://www.example.com"] }
Update .ic-assets.json5
in public/
to include:
[{ "match": ".well-known", "ignore": false }]
Deploy the project, then click "Verify Ownership" below.