Skip to content

Commit

Permalink
mozzarella
Browse files Browse the repository at this point in the history
  • Loading branch information
morum committed Jan 24, 2023
1 parent 4aeed88 commit 9eb3f60
Show file tree
Hide file tree
Showing 7 changed files with 11,741 additions and 11,688 deletions.
33 changes: 17 additions & 16 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
import { defineConfig } from 'astro/config';

// https://astro.build/config
import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
output: "server",
adapter: vercel(),
integrations: [tailwind(), svelte()]
// Astro
import { defineConfig } from 'astro/config';

// https://astro.build/config
import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
import tailwind from "@astrojs/tailwind";

// https://astro.build/config
import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
output: "server",
adapter: vercel(),
integrations: [tailwind(), svelte()]
});
Loading

1 comment on commit 9eb3f60

@vercel
Copy link

@vercel vercel bot commented on 9eb3f60 Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.