Skip to content

Commit

Permalink
Image optimization, Fastly thank you
Browse files Browse the repository at this point in the history
  • Loading branch information
molly committed Feb 1, 2024
1 parent 726e807 commit 867dc3f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports = {
reactStrictMode: true,
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**.web3isgoinggreat.com",
port: "",
},
],
},
async redirects() {
return [
{
Expand Down
9 changes: 9 additions & 0 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ export default function WhatIsWeb3() {
</a>
, or you can disable JavaScript for this site.
</p>
<h3>Infrastructure</h3>
<p>
The code for <i>Web3 is Going Just Great</i> is open source and on{" "}
<a href="https://github.com/molly/web3-is-going-great">Github</a>.
The site is hosted with Google Cloud. Additional cloud services
(caching, etc.) are generously provided by Fastly through their{" "}
<a href="https://www.fastly.com/fast-forward">Fast Forward</a>{" "}
program.
</p>
</article>
</div>
<Footer />
Expand Down

0 comments on commit 867dc3f

Please sign in to comment.