Skip to content

Commit e36161c

Browse files
committed
switch to adapter vercel
1 parent 0e1510e commit e36161c

File tree

6 files changed

+306
-10
lines changed

6 files changed

+306
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
# Artifacts
66
node_modules
77
dist
8-
build
8+
.vercel
99
.svelte-kit
1010
pagefind/

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"files": {
3-
"ignore": ["dist", "build", ".svelte-kit", "node_modules", "pagefind"]
3+
"ignore": ["dist", ".svelte-kit", ".vercel", "node_modules", "pagefind"]
44
},
55
"overrides": [
66
{

0 commit comments

Comments
 (0)