serlo / frontend

Next.js app that serves serlo.org
https://serlo.org
Apache License 2.0
35 stars 9 forks source link

feat(plugin-image): use editor testing secret to upload to testing bucket #3915

Closed hejtful closed 1 week ago

hejtful commented 1 week ago

API PR: https://github.com/serlo/api.serlo.org/pull/1624 CFW PR: https://github.com/serlo/cloudflare-worker/pull/810 Infra PR: https://github.com/serlo/infra/pull/90

A new "serlo-editor-testing" bucket is open for media uploaded while testing integrations of the Editor.

To be able to upload to the new bucket, the Editor needs to receive the secret (as testingSecret general config prop).

The frontend (serlo.org) still uses its old configuration, no changes there.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
frontend ✅ Ready (Inspect) Visit Preview Jul 1, 2024 8:07am
github-actions[bot] commented 1 week ago

📦 Next.js Bundle Analysis for @serlo/frontend

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 104.31 KB (-1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!