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 @@