diff --git a/nuxt.config.ts b/nuxt.config.ts
index ccebc9e4..d89e57ef 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -94,7 +94,8 @@ export default defineNuxtConfig({
pwaEnabled: !isDevelopment || process.env.VITE_DEV_PWA === 'true',
// We use LibreTranslate(https://github.com/LibreTranslate/LibreTranslate) as our default translation server #76
translateApi: '',
- defaultServer: 'mas.to',
+ // Use the instance where Elk has its Mastodon account as the default
+ defaultServer: 'webtoo.ls',
},
storage: {
driver: isCI ? 'cloudflare' : 'fs',
diff --git a/tests/__snapshots__/content-rich.test.ts.snap b/tests/__snapshots__/content-rich.test.ts.snap
index a48b9ec2..94da49e0 100644
--- a/tests/__snapshots__/content-rich.test.ts.snap
+++ b/tests/__snapshots__/content-rich.test.ts.snap
@@ -43,7 +43,7 @@ exports[`content-rich > code frame 2 1`] = `
>
Testing
@@ -61,11 +61,11 @@ exports[`content-rich > custom emoji 1`] = `
"
@@ -137,7 +137,7 @@ exports[`content-rich > link + mention 1`] = `
>
(migrated from chai+mocha)
diff --git a/tests/__snapshots__/html-parse.test.ts.snap b/tests/__snapshots__/html-parse.test.ts.snap
index b2546e6b..d7f36a0d 100644
--- a/tests/__snapshots__/html-parse.test.ts.snap
+++ b/tests/__snapshots__/html-parse.test.ts.snap
@@ -25,7 +25,7 @@ exports[`html-parse > code frame 2 > html 1`] = `
"
custom emoji > html 1`] = `
"
@@ -121,7 +121,7 @@ exports[`html-parse > link + mention > html 1`] = `
we’re now using
{
it('link + mention', async () => {
// https://fosstodon.org/@ayo/109383002937620723
- const { formatted } = await render(' Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203 Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203 Testing code block ```ts // tracks mouse position // is the user prefers dark theme @antfu Testing @antfu Testing Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203 Happy 🤗 we’re now using @vitest (migrated from chai+mocha) https://github.com/ayoayco/astro-reactive-library/pull/203 Testing code block ```ts // tracks mouse position // is the user prefers dark theme @antfu Testing @antfu Testing
import { useMouse, usePreferredDark } from '@vueuse/core'
const { x, y } = useMouse()
const isDark = usePreferredDark()
```
```ts
const a = hello
```
```ts
const a = hello
```
import { useMouse, usePreferredDark } from '@vueuse/core'
const { x, y } = useMouse()
const isDark = usePreferredDark()
```
```ts
const a = hello
```
```ts
const a = hello
```