Skip to content

Commit a6005a8

Browse files
committed
think I found the fix for static
1 parent 877db07 commit a6005a8

8 files changed

+3
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# ------------------------------------------------------------------
33
data/*
44
web/static/**/*
5+
!web/static/images
56

67
# ------------------------------------------------------------------
78
# Go

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ RUN upx -9 -k /bin/main
2525
FROM scratch
2626
COPY --from=build /bin/main /
2727
COPY --from=build /src/web/static /web/static
28-
COPY --from=build /src/public /public
2928
COPY --from=build /src/web/custom-elements /web/custom-elements
3029
COPY --from=build /src/wasm/enhance-ssr.wasm /wasm/enhance-ssr.wasm
3130
COPY --from=build /src/content /content

content/2023-10-03-enhance-framework.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Fast forward to that serverless journey I said I went on. I explored all the maj
3838

3939
I started looking into it more and Brian actually jumped on another call with me and talked to me about [Functional Web Apps](https://fwa.dev), again, something I did not fully appreciate at the time. But all of these things over time have started to make sense. I just had to give myself a bit more time and exposure to patterns and current practices to understand them. So here is the convergence of ideas I am referring too in graphic form.
4040

41-
![The Convergence of Ideas](/public/images/convergence/nine-realms.png)
41+
![The Convergence of Ideas](/static/images/convergence/nine-realms.png)
4242

4343
[_Globe Image By brgfx on Freepik_](https://www.freepik.com/free-vector/earth-globe-cartoon-sticker-white-background_21196645.htm#page=2&query=globe%202d&position=3&from_view=search&track=ais)
4444

content/2023-10-05-enhance-invoices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authorImage: "https://cdn.sanity.io/images/nfspldzq/production/3ceeda54221c7c061
1010
type: "Blog"
1111
---
1212

13-
<img src="/public/images/enhance/enhance.png" alt="enhance" />
13+
![enhance](/static/images/enhance/enhance.png)
1414

1515
_There is more to add to this overtime but wanted to get it out there_.
1616

-132 KB
Binary file not shown.

web/public/images/enhance/enhance.png

-560 KB
Binary file not shown.

web/public/images/pale-blue-dot.jpg

-59.8 KB
Binary file not shown.

web/public/images/the-moon.jpg

-126 KB
Binary file not shown.

0 commit comments

Comments
 (0)