aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-12-28 11:45:09 -0500
committerGitHub <noreply@github.com>2022-12-28 11:45:09 -0500
commit337b9119943dd90f48a7dc510b5ff05716988ed1 (patch)
treefa65b01fdbc7794a9dad73a643bf8de5362b5567 /src
parent82dc37b1228bc802cb10c36f5c09d80eafa21d6a (diff)
downloadsubmelon.dev-337b9119943dd90f48a7dc510b5ff05716988ed1.tar.gz
submelon.dev-337b9119943dd90f48a7dc510b5ff05716988ed1.tar.bz2
submelon.dev-337b9119943dd90f48a7dc510b5ff05716988ed1.zip
Switch from deprecated tracedSVG to blurred (#51)
Diffstat (limited to 'src')
-rw-r--r--src/pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 5ab65f0..a7b2946 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -11,7 +11,7 @@ const IndexPage = (): React.ReactElement => {
<StaticImage
src="../images/main.png"
alt="Picture of Kevin Hoerr"
- placeholder="tracedSVG"
+ placeholder="blurred"
layout="fixed"
width={350}
height={350}