From b64db4092af2bba177b1e28154eda329b83d396b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 21 Nov 2017 23:23:30 -0600 Subject: [PATCH] Bundle static resources Since I took down my S3 bucket and CloudFront distribution, the images on dustin.hatch.name do not display. They are small enough and the site has so little traffic that serving them from the main server is fine. --- index.html | 7 +++---- static/D.svg | 17 +++++++++++++++++ static/favicon.png | Bin 0 -> 814 bytes static/foundation-6.0.1.min.css | 1 + 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 static/D.svg create mode 100644 static/favicon.png create mode 100644 static/foundation-6.0.1.min.css diff --git a/index.html b/index.html index 05ebb08..e4ee27f 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,9 @@ + href="/static/favicon.png" /> + href="/static/foundation-6.0.1.min.css" />