Skip to content

Commit 906f367

Browse files
committed
feat: use image-size subdomain alias
1 parent a062878 commit 906f367

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project provides a hosted API for [image-size](https://github.com/image-siz
1212

1313
## Hosted API
1414

15-
<a href="https://dev_image-size.saasify.sh">
15+
<a href="https://image-size.saasify.sh">
1616
<img
1717
src="https://badges.saasify.sh"
1818
height="40"
@@ -24,7 +24,7 @@ This project provides a hosted API for [image-size](https://github.com/image-siz
2424

2525
Welcome to the quick-start! There is currently only one API, which is detailed below via `cURL`.
2626

27-
Also be sure to check out the full reference of [API endpoints](https://dev_image-size.saasify.sh/docs#tag/service).
27+
Also be sure to check out the full reference of [API endpoints](https://image-size.saasify.sh/docs#tag/service).
2828

2929
### Getting image size from a URL
3030

saasify.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "image-size",
33
"description": "Simple API for detecting image dimensions",
4+
"alias": "image-size",
45
"services": [
56
{
67
"src": "src/sizebyurl.ts",

0 commit comments

Comments
 (0)