Skip to content

Commit b4363a5

Browse files
committed
about page
1 parent 91f7c31 commit b4363a5

File tree

15 files changed

+867
-88
lines changed

15 files changed

+867
-88
lines changed

TODO.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
- refresh button in contest table. skeletons are shown in the meantime
44
- Add a "View All" button in the testimonials section
55

6-
76
- Add `sitemap` and `robots.txt` files
87
- Add rss feed
98

10-
Survey:
11-
- https://forms.gle/xmvC3KdvAzcRXk7j6
9+
Survey: - https://forms.gle/xmvC3KdvAzcRXk7j6

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
images: { domains: ["s3-us-west-2.amazonaws.com"] },
3+
images: {},
44
};
55

66
export default nextConfig;

0 commit comments

Comments
 (0)