chore: add vercel adapter and auth dependencies
This commit is contained in:
parent
b5e9d33cdf
commit
c23358ed8e
4 changed files with 2355 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import vercel from '@astrojs/vercel';
|
||||
import remarkDirective from 'remark-directive';
|
||||
import remarkGfm from 'remark-gfm';
|
||||
import remarkSlug from 'remark-slug';
|
||||
|
|
@ -7,6 +8,7 @@ import remarkAside from './src/plugins/remark-aside.ts';
|
|||
|
||||
export default defineConfig({
|
||||
output: 'static',
|
||||
adapter: vercel(),
|
||||
markdown: {
|
||||
remarkPlugins: [
|
||||
remarkGfm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue