From 0e83c8b051c0e509513edb808fba4ab46531a623 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 19 Feb 2024 11:11:31 +0100 Subject: [PATCH] refactor: formatting --- .github/workflows/unlighthouse.yaml | 2 +- src/lib/components/site/index.ts | 2 +- src/lib/components/site/site-footer.svelte | 5 ++- src/routes/(auth)/auth/+page.svelte | 10 ++++-- unlighthouse.config.ts | 42 +++++++++++----------- 5 files changed, 35 insertions(+), 26 deletions(-) diff --git a/.github/workflows/unlighthouse.yaml b/.github/workflows/unlighthouse.yaml index 955d2c2..454a201 100644 --- a/.github/workflows/unlighthouse.yaml +++ b/.github/workflows/unlighthouse.yaml @@ -75,7 +75,7 @@ jobs: - name: Install Dependencies run: pnpm install -g @unlighthouse/cli puppeteer - + - name: Run Unlighthouse run: | export SCAN_URL=${{ github.ref == 'refs/heads/main' && env.WEBSITE_URL || steps.vercel_preview_url.outputs.preview_url }} diff --git a/src/lib/components/site/index.ts b/src/lib/components/site/index.ts index d0ea0dd..9da0a3f 100644 --- a/src/lib/components/site/index.ts +++ b/src/lib/components/site/index.ts @@ -6,4 +6,4 @@ export { default as TailwindIndicator } from './tailwind-indicator.svelte'; export { default as ModeToggle } from './mode-toggle.svelte'; export { default as Particles } from './particles.svelte'; -export * from './icons'; \ No newline at end of file +export * from './icons'; diff --git a/src/lib/components/site/site-footer.svelte b/src/lib/components/site/site-footer.svelte index e78a7d0..2652d7c 100644 --- a/src/lib/components/site/site-footer.svelte +++ b/src/lib/components/site/site-footer.svelte @@ -5,7 +5,10 @@ diff --git a/src/routes/(auth)/auth/+page.svelte b/src/routes/(auth)/auth/+page.svelte index 40ceb44..55c6c01 100644 --- a/src/routes/(auth)/auth/+page.svelte +++ b/src/routes/(auth)/auth/+page.svelte @@ -153,7 +153,12 @@
- +