Skip to content

Commit 4d69ff5

Browse files
authored
Merge pull request #133 from unoforge/next
New version
2 parents b922ec2 + f2b6fc5 commit 4d69ff5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2564
-1021
lines changed

docs/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import UnoCSS from "unocss/astro";
33
import preact from "@astrojs/preact";
44
import mdx from "@astrojs/mdx";
55
import { transformerNotationDiff } from "@shikijs/transformers";
6-
import vercel from "@astrojs/vercel/serverless";
6+
import vercel from "@astrojs/vercel";
77
import partytown from "@astrojs/partytown";
88

99

@@ -31,6 +31,6 @@ export default defineConfig({
3131
forward: ["dataLayer.push"],
3232
},
3333
}), vue()],
34-
output: "server",
34+
output: "static",
3535
adapter: vercel(),
3636
});

0 commit comments

Comments
 (0)