Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed May 6, 2024
1 parent 9228afd commit c0340f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Monoweb
# Monoweb

Monoweb is the next-generation web application for Online. This monorepo contains all the source code for the
applications that power the Online web experience.
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/src/utils/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function buildAssetUrl(key: string) {
}

function buildFinalCloudflareUrl(options: string, assetUrl: string) {

const cloudflareImagesBaseUrl = "https://onli.no/cdn-cgi/image"

return `${cloudflareImagesBaseUrl}/${options}/${assetUrl}`
Expand Down

0 comments on commit c0340f6

Please sign in to comment.