Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored Dec 12, 2024
1 parent ef5d1e7 commit 0f23159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions astro/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// @ts-check
import vercel from '@astrojs/vercel'
import {defineConfig} from 'astro/config'

import vercel from '@astrojs/vercel';

// https://astro.build/config
export default defineConfig({
adapter: vercel()
})
adapter: vercel(),
})
4 changes: 2 additions & 2 deletions astro/src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
export const prerender = false
import Welcome from '../components/Welcome.astro'
import Layout from '../layouts/Layout.astro'
export const prerender = false
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
---
Expand Down

0 comments on commit 0f23159

Please sign in to comment.