diff --git a/src/routes/retro/+page.svelte b/src/routes/retro/+page.svelte
index cf512ec..76f43ac 100644
--- a/src/routes/retro/+page.svelte
+++ b/src/routes/retro/+page.svelte
@@ -31,7 +31,7 @@
-
+
diff --git a/vite.config.js b/vite.config.js
index c8bc71c..b0b09aa 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -35,7 +35,7 @@ function pngToGifForRetro() {
const handles = files.map(async (publicFilePath) => {
const newFilePath = publicFilePath.replace(/\.png$/, '.gif')
- console.log(publicFilePath, ' -> ', newFilePath)
+ console.log(publicFilePath, '->', newFilePath)
// if it already exists, skip
if (