Commit Graph

13 Commits

Author SHA1 Message Date
db3772b5d3
feat: change the S3 integration to external package. 2024-06-28 03:39:14 +08:00
b6f3bc3421
feat: add override options for s3 uploader. 2024-06-28 02:33:46 +08:00
f3623ab452
feat: rollback to use S3 client for now. 2024-06-21 18:17:03 +08:00
b9273ccbcd
feat: add the keep option for s3 uploader, better error message. 2024-06-21 05:39:39 +08:00
6f03baf2ec
fix: change the size of the svg 2024-06-21 05:17:29 +08:00
06735a5874
chore: fix the invalid svg images. 2024-06-21 04:38:18 +08:00
c9c1a3fc78
feat: change S3 node client to opendal. 😎 2024-06-21 02:46:34 +08:00
988a24e5b8
chore: better local image procession for crop image with both width and height. 2024-06-21 01:09:13 +08:00
e997ed42c6
chore: reduce the docker images. 2024-06-20 22:49:23 +08:00
f2f7cd8fa6
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-06-20 22:41:40 +08:00
f0c4ef68e5
fix: correctly remove directory. 2024-06-19 03:46:43 +08:00
1903bfcaf5
chore: remove the build files for reducing the docker images size. 2024-06-19 03:37:47 +08:00
901cd8219c
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-06-19 03:34:36 +08:00