File tree Expand file tree Collapse file tree 7 files changed +20
-12
lines changed
Expand file tree Collapse file tree 7 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "cSpell.words" : [" Coolify" , " studiocms" ]
2+ "cSpell.words" : [
3+ " Coolify" ,
4+ " studiocms" ,
5+ " Turso" ,
6+ " wordmark"
7+ ]
38}
Original file line number Diff line number Diff line change 11---
2- import { Icon } from ' studiocms:ui/components/icon' ;
32import { Button } from ' studiocms:ui/components/button' ;
3+ import { Icon } from ' studiocms:ui/components/icon' ;
44import GitHubLogo from ' @/assets/github.svg' ;
55import LogoAdaptive from ' @/assets/logo-adaptive.svg' ;
66import { getStudioCMSStars } from ' ../utils/stats-helpers' ;
Original file line number Diff line number Diff line change 11---
2- import { Input } from ' studiocms:ui/components/input' ;
32import { Button } from ' studiocms:ui/components/button' ;
3+ import { Input } from ' studiocms:ui/components/input' ;
44---
55
66<form
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { Image } from 'astro:assets';
33import Skip2Logo from ' ../assets/skip2-wordmark-red.svg' ;
44import TursoLogo from ' ../assets/turso-logo-illustrated.svg' ;
55
6+ // biome-ignore lint/suspicious/noEmptyInterface: StudioCMS component registration requires an interface, even if empty
67interface Props {}
78---
89
Original file line number Diff line number Diff line change 11---
22import { Footer } from ' studiocms:ui/components/footer' ;
3- import " studiocms:ui/global-css" ;
3+ import ' studiocms:ui/global-css' ;
44
55import Head from ' @/components/Head.astro' ;
66import HeroAnimation from ' @/components/HeroAnimation.astro' ;
Original file line number Diff line number Diff line change 11---
22import { Image } from ' astro:assets' ;
33import { SDKCoreJs , runSDK } from ' studiocms:sdk' ;
4- import { Icon } from ' studiocms:ui/components/icon' ;
54import { Button } from ' studiocms:ui/components/button' ;
65import { Card } from ' studiocms:ui/components/card' ;
6+ import { Icon } from ' studiocms:ui/components/icon' ;
77import Layout from ' ../layouts/Layout.astro' ;
88
99import Discord from ' @/assets/discord.svg' ;
Original file line number Diff line number Diff line change 1- import { defineStudioCMSConfig } from 'studiocms/config' ;
21import md from '@studiocms/md' ;
2+ import { defineStudioCMSConfig } from 'studiocms/config' ;
33
44export default defineStudioCMSConfig ( {
55 dbStartPage : false ,
@@ -19,10 +19,12 @@ export default defineStudioCMSConfig({
1919 componentRegistry : {
2020 sponsorswithimages : './src/components/SponsorsWithImages.astro' ,
2121 } ,
22- plugins : [ md ( {
23- flavor : 'studiocms' ,
24- autoLinkHeadings : false ,
25- callouts : "obsidian" ,
26- discordSubtext : true
27- } ) ] ,
22+ plugins : [
23+ md ( {
24+ flavor : 'studiocms' ,
25+ autoLinkHeadings : false ,
26+ callouts : 'obsidian' ,
27+ discordSubtext : true ,
28+ } ) ,
29+ ] ,
2830} ) ;
You can’t perform that action at this time.
0 commit comments