feat: move images to b2 and route through bunny

This commit is contained in:
Cory Dransfeldt 2024-07-10 08:57:00 -07:00
parent cb2d536189
commit 6a338ceb92
No known key found for this signature in database
32 changed files with 322 additions and 375 deletions

View file

@ -1,7 +1,7 @@
---
layout: main
---
{% render "partials/header.liquid", meta: meta, page: page, nav: nav %}
{% render "partials/header.liquid", globals: globals, page: page, nav: nav %}
<div class="default-wrapper">
{{ content }}
</div>