Skip to content

Commit

Permalink
ci: update astro outDir
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Apr 28, 2024
1 parent 6900e65 commit e1433b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ark/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { defineConfig } from "astro/config"
// https://astro.build/config
export default defineConfig({
site: "https://arktype.io",
outDir: "out",
// cannot configure out dir to out to match other packges since dist is hard
// coded into: https://github.com/withastro/action/blob/main/action.yml
integrations: [
starlight({
title: "ArkType",
Expand Down

0 comments on commit e1433b6

Please sign in to comment.