Skip to content

Commit

Permalink
ci: iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Apr 28, 2024
2 parents 16a08a5 + 3bb30d8 commit 6900e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ark/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from "astro/config"

// https://astro.build/config
export default defineConfig({
site: "https://arktype.io",
outDir: "out",
integrations: [
starlight({
Expand Down Expand Up @@ -35,6 +36,5 @@ export default defineConfig({
]
}),
react()
],
site: "https://arktype.io"
]
})
1 change: 1 addition & 0 deletions ark/docs/public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arktype.io

0 comments on commit 6900e65

Please sign in to comment.