The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: reduce viewport initial scale to 0.85

Luna 43a2bd2f fccacaff

+1 -1
+1 -1
app/layout.tsx
··· 36 36 37 37 export const viewport: Viewport = { 38 38 themeColor: "#8957ff", 39 - initialScale: 1 39 + initialScale: 0.85 40 40 }; 41 41 42 42 export const generateMetadata = (): Metadata => {