Skip to content

Commit e681df2

Browse files
committed
fix: Change ProseImg back
1 parent ae3e55c commit e681df2

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

app/components/content/ProseImg.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ const refinedSrc = computed(() => {
3030
</script>
3131

3232
<template>
33-
<div class="prose-img text-center mb-4">
34-
<img :src="refinedSrc" :alt="alt" :width="width" :height="height" class="mb-1 rounded-md" />
35-
<small v-if="alt">{{ alt }}</small>
36-
</div>
33+
<img :src="refinedSrc" :alt="alt" :width="width" :height="height" class="mb-1 rounded-md" />
3734
</template>

content/blog/posts/2025-12-01-lofi-feathers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default defineConfig({
194194
})
195195
```
196196

197-
With the development server runnning, visit the page at [localhost:5173](http://localhost:5173/). You can copy the URL into another browser to see messages being sent in real-time. The page will also continue to work offline.
197+
With the development server running, visit the page at [localhost:5173](http://localhost:5173/). You can copy the URL into another browser to see messages being sent in real-time. The page will also continue to work offline.
198198

199199
The Automerge service is just one of the pieces of the project. A full example with offline views and server sync can be found in the [offline-sync](https://github.com/feathersdev/offline-sync) repository.
200200

0 commit comments

Comments
 (0)