Skip to content

Commit dda9a22

Browse files
committed
Rename Repo
1 parent 5d529a4 commit dda9a22

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MIT License, Copyright (c) 2024-PRESENT Sam Estrin <https://github.com/samestrin/image-api-netlify-edge-function>
1+
MIT License, Copyright (c) 2024-PRESENT Sam Estrin <https://github.com/samestrin/image-api-netlify-edge>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# image-api-netlify-edge-functions
1+
# image-api-netlify-edges
22

3-
[![Star on GitHub](https://img.shields.io/github/stars/samestrin/image-api-netlify-edge-function?style=social)](https://github.com/samestrin/image-api-netlify-edge-function/stargazers)[![Fork on GitHub](https://img.shields.io/github/forks/samestrin/image-api-netlify-edge-function?style=social)](https://github.com/samestrin/image-api-netlify-edge-function/network/members)[![Watch on GitHub](https://img.shields.io/github/watchers/samestrin/image-api-netlify-edge-function?style=social)](https://github.com/samestrin/image-api-netlify-edge-function/watchers)
3+
[![Star on GitHub](https://img.shields.io/github/stars/samestrin/image-api-netlify-edge?style=social)](https://github.com/samestrin/image-api-netlify-edge/stargazers)[![Fork on GitHub](https://img.shields.io/github/forks/samestrin/image-api-netlify-edge?style=social)](https://github.com/samestrin/image-api-netlify-edge/network/members)[![Watch on GitHub](https://img.shields.io/github/watchers/samestrin/image-api-netlify-edge?style=social)](https://github.com/samestrin/image-api-netlify-edge/watchers)
44

55
![Version 0.0.1](https://img.shields.io/badge/Version-0.0.1-blue)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![Built with Node.js](https://img.shields.io/badge/Built%20with-TypeScript-green)](https://www.typescriptlang.org/)
66

@@ -307,4 +307,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
307307

308308
## Share
309309

310-
[![Twitter](https://img.shields.io/badge/X-Tweet-blue)](https://twitter.com/intent/tweet?text=Check%20out%20this%20awesome%20project!&url=https://github.com/samestrin/image-api-netlify-edge-function) [![Facebook](https://img.shields.io/badge/Facebook-Share-blue)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/samestrin/image-api-netlify-edge-function) [![LinkedIn](https://img.shields.io/badge/LinkedIn-Share-blue)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/samestrin/image-api-netlify-edge-function)
310+
[![Twitter](https://img.shields.io/badge/X-Tweet-blue)](https://twitter.com/intent/tweet?text=Check%20out%20this%20awesome%20project!&url=https://github.com/samestrin/image-api-netlify-edge) [![Facebook](https://img.shields.io/badge/Facebook-Share-blue)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/samestrin/image-api-netlify-edge) [![LinkedIn](https://img.shields.io/badge/LinkedIn-Share-blue)](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/samestrin/image-api-netlify-edge)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "image-api-netlify-edge-function",
2+
"name": "image-api-netlify-edge",
33
"version": "0.0.1",
44
"description": "image-size-api-netlify-edge-functions is a collection of serverless functions designed to handle various image processing tasks, deployed on the Netlify Edge platform.",
55
"author": "Sam Estrin",
66
"license": "MIT",
77
"bugs": {
8-
"url": "https://github.com/samestrin/image-api-netlify-edge-functions/issues"
8+
"url": "https://github.com/samestrin/image-api-netlify-edges/issues"
99
},
10-
"homepage": "https://github.com/samestrin/image-api-netlify-edge-functions#readme",
10+
"homepage": "https://github.com/samestrin/image-api-netlify-edges#readme",
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/samestrin/image-api-netlify-edge-functions.git"
13+
"url": "git+https://github.com/samestrin/image-api-netlify-edges.git"
1414
},
1515
"main": "public/index.html",
1616
"scripts": {

public/_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/ https://github.com/samestrin/image-api-netlify-edge-function
1+
/ https://github.com/samestrin/image-api-netlify-edge

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<title>Redirecting...</title>
77
<meta
88
http-equiv="refresh"
9-
content="0; url=https://github.com/samestrin/image-api-netlify-edge-function"
9+
content="0; url=https://github.com/samestrin/image-api-netlify-edge"
1010
/>
1111
</head>
1212
<body>
1313
<p>
1414
If you are not redirected automatically, follow this link:
15-
<a href="https://github.com/samestrin/image-api-netlify-edge-function"
16-
>github.com/samestrin/image-api-netlify-edge-function</a
15+
<a href="https://github.com/samestrin/image-api-netlify-edge"
16+
>github.com/samestrin/image-api-netlify-edge</a
1717
>.
1818
</p>
1919
</body>

0 commit comments

Comments
 (0)