deploy cf
Some checks failed
Deploy Blog to Cloudflare Pages / build-and-deploy (push) Failing after 12m33s
Deploy ailog / build-and-deploy (push) Failing after 13m44s

This commit is contained in:
2025-06-13 23:18:53 +09:00
parent 654c18fa99
commit dadfbb69c3
22 changed files with 2797 additions and 2 deletions

View File

@ -0,0 +1,14 @@
{
"keys": [
{
"kty": "EC",
"crv": "P-256",
"x": "mock_x_coordinate_base64url",
"y": "mock_y_coordinate_base64url",
"d": "mock_private_key_base64url",
"use": "sig",
"kid": "ai-card-oauth-key-1",
"alg": "ES256"
}
]
}