diff --git a/components/headers/greeting.vue b/components/headers/greeting.vue
index 0774c12..2c54faa 100644
--- a/components/headers/greeting.vue
+++ b/components/headers/greeting.vue
@@ -2,7 +2,7 @@
-
\ No newline at end of file
diff --git a/components/inputs/rich-textbox.vue b/components/inputs/rich-textbox-input.vue
similarity index 90%
rename from components/inputs/rich-textbox.vue
rename to components/inputs/rich-textbox-input.vue
index bc1c778..c619bbe 100644
--- a/components/inputs/rich-textbox.vue
+++ b/components/inputs/rich-textbox-input.vue
@@ -8,15 +8,17 @@
aria-live="polite">
{{ remainingCharacters }}
-
-
\ No newline at end of file
diff --git a/components/social-elements/notes/note-content.vue b/components/social-elements/notes/note-content.vue
index 55c2f35..0b994a3 100644
--- a/components/social-elements/notes/note-content.vue
+++ b/components/social-elements/notes/note-content.vue
@@ -9,11 +9,9 @@
-
+
@@ -22,12 +20,16 @@
{{ note.spoiler_text
}}
- Show content
+ Show content
\ No newline at end of file
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 03527d1..8589e67 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -15,6 +15,9 @@ export default defineNuxtConfig({
isCustomElement: (tag) => tag === "iconify-icon",
},
},
+ components: {
+ dirs: [],
+ },
future: {
compatibilityVersion: 4,
},
diff --git a/pages/[username]/[uuid].vue b/pages/[username]/[uuid].vue
index 6b9c888..8ae1d29 100644
--- a/pages/[username]/[uuid].vue
+++ b/pages/[username]/[uuid].vue
@@ -1,17 +1,19 @@
-
+