Spaces:
Runtime error
Runtime error
File size: 284 Bytes
9d69ba4 |
1 2 3 4 5 6 7 8 9 10 11 |
[images]
remote_images = ["https://source.unsplash.com/.*", "https://images.unsplash.com/.*", "https://ext.same-assets.com/.*", "https://ugc.same-assets.com/.*"]
[build]
command = "bun run build"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200 |