Skip to content

Commit f6bd00e

Browse files
committed
revert previous commit
1 parent 8e05da7 commit f6bd00e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

astro.config.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ import { GithubCardComponent } from "./src/plugins/rehype-component-github-card.
1818
import { parseDirectiveNode } from "./src/plugins/remark-directive-rehype.js";
1919
import { remarkExcerpt } from "./src/plugins/remark-excerpt.js";
2020
import { remarkReadingTime } from "./src/plugins/remark-reading-time.mjs";
21-
import vercel from '@astrojs/vercel';
2221
// https://astro.build/config
2322
export default defineConfig({
2423
site: 'https://ilujack.vercel.app/',
2524
base: '/',
2625
trailingSlash: "always",
27-
output: "server",
28-
adapter: vercel(),
2926
integrations: [
3027
tailwind(
3128
{

0 commit comments

Comments
 (0)