Commit Graph

13 Commits

Author SHA1 Message Date
a043141456
feat: change the S3 integration to external package. 2024-11-15 14:53:58 +08:00
61e25c17a1
feat: add override options for s3 uploader. 2024-11-15 14:53:57 +08:00
3dfd0ab4d0
feat: rollback to use S3 client for now. 2024-11-15 14:53:52 +08:00
5ae9be31d2
feat: add the keep option for s3 uploader, better error message. 2024-11-15 14:53:50 +08:00
da1c6fefb5
fix: change the size of the svg 2024-11-15 14:53:49 +08:00
232d9eb19b
chore: fix the invalid svg images. 2024-11-15 14:53:49 +08:00
11e9972df6
feat: change S3 node client to opendal. 😎 2024-11-15 14:53:48 +08:00
42776cf8b0
chore: better local image procession for crop image with both width and height. 2024-11-15 14:53:48 +08:00
d24dac2485
chore: reduce the docker images. 2024-11-15 14:53:46 +08:00
c8bc627869
feat: use s3 api for uploading the static files. (#46)
* chore: bump the dependencies.

* feat: use s3 v3 client instead of the upyun sdk.

* chore: change the schema of biome.
2024-11-15 14:53:46 +08:00
080f85b08f
fix: correctly remove directory. 2024-11-15 14:53:44 +08:00
1b501a603e
chore: remove the build files for reducing the docker images size. 2024-11-15 14:53:44 +08:00
0126b71722
feat: add upyun support. move images to upyun on build. (#45)
* style: better reply button.

* feat: add astro badge.

* chore: drop useless styles.

* feat: use new options.ts for global configuration.

* fix: the invalid import.meta.env.PROD in astro build.

* feat: move og to new assert prefix.

* chore: add better og description.

* chore: make sure all the images link could be correctly replaced.

* feat: add upyun uploader.
2024-11-15 14:53:43 +08:00