Skip to content

Commit

Permalink
Merge pull request #11 from whyphi/staging
Browse files Browse the repository at this point in the history
Release: `v/2.0.0`
  • Loading branch information
wderocco8 authored Aug 16, 2024
2 parents 706b9e6 + e67efd1 commit 5d0fd76
Show file tree
Hide file tree
Showing 22 changed files with 856 additions and 55 deletions.
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
domains: ['whyphi-zap.s3.amazonaws.com'],
},
};

export default nextConfig;
Loading

0 comments on commit 5d0fd76

Please sign in to comment.