diff --git a/.prettierrc.mjs b/.prettierrc.mjs
index 990614f..1748ccb 100644
--- a/.prettierrc.mjs
+++ b/.prettierrc.mjs
@@ -30,7 +30,7 @@ export default {
},
],
plugins: ["prettier-plugin-astro"],
- printWidth: 180,
+ printWidth: 256,
proseWrap: "never",
quoteProps: "consistent",
requirePragma: false,
diff --git a/src/components/Analytics.astro b/src/components/Analytics.astro
index 8235dea..3be88c7 100644
--- a/src/components/Analytics.astro
+++ b/src/components/Analytics.astro
@@ -1,2 +1,2 @@
-
+
diff --git a/src/components/Comments.astro b/src/components/Comments.astro
index 5474d89..c2d6531 100644
--- a/src/components/Comments.astro
+++ b/src/components/Comments.astro
@@ -15,6 +15,7 @@ const theme = "transparent_dark";