Skip to content

Commit

Permalink
Merge pull request #306 from arrow2nd/remove-cloudinary-sdk
Browse files Browse the repository at this point in the history
remove cloudinary sdk
  • Loading branch information
arrow2nd authored Nov 19, 2023
2 parents fe1a93b + 508908b commit c716dc1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

[![update](https://github.com/arrow2nd/shiny-poems/actions/workflows/update.yaml/badge.svg?branch=main)](https://github.com/arrow2nd/shiny-poems/actions/workflows/update.yaml)
[![test](https://github.com/arrow2nd/shiny-poems/actions/workflows/test.yaml/badge.svg)](https://github.com/arrow2nd/shiny-poems/actions/workflows/test.yaml)
[![e2e](https://github.com/arrow2nd/shiny-poems/actions/workflows/e2e.yaml/badge.svg)](https://github.com/arrow2nd/shiny-poems/actions/workflows/e2e.yaml)
[![vrt](https://github.com/arrow2nd/shiny-poems/actions/workflows/vrt.yml/badge.svg)](https://github.com/arrow2nd/shiny-poems/actions/workflows/vrt.yml)
[![CodeQL](https://github.com/arrow2nd/shiny-poems/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/arrow2nd/shiny-poems/actions/workflows/github-code-scanning/codeql)
[![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=shiny-poems)](https://shiny-poems.vercel.app)
[![Powered by im@sparql](https://img.shields.io/badge/powered%20by-im%40sparql-F34F6D)](https://sparql.crssnky.xyz/imas/)

![スクリーンショット](https://user-images.githubusercontent.com/44780846/156342031-80268349-68b2-438b-91e6-08c3f8f3265a.png)
![Shiny Poems](https://github.com/arrow2nd/shiny-poems/assets/44780846/e0e1b21f-be8a-4c21-951e-0069ae81bae9)

## できること

Expand All @@ -19,19 +17,6 @@

## Develop

> **Warning**
>
> OGP 画像の生成には独自に定義した Cloudinary の Named Transformations を利用しています。
> 定義内容についてはリポジトリに含まれていません。
Cloudinary から API Environment variable を取得し、以下の内容で`.env.local`を作成

```
CLOUDINARY_URL=<API Environment variable>
```

その後、以下のコマンドで実行

```
pnpm dev
# or
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"update:color": "ts-node ./tools/update-color-data.ts"
},
"dependencies": {
"cloudinary": "^1.41.0",
"next": "14.0.2",
"react": "18.2.0",
"react-icons": "^4.12.0",
Expand Down
32 changes: 1 addition & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit c716dc1

@vercel
Copy link

@vercel vercel bot commented on c716dc1 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiny-poems – ./

shiny-poems-git-main-arrow2nd.vercel.app
shiny-poems.vercel.app
shiny-poems-arrow2nd.vercel.app

Please sign in to comment.