creek

Astro

Deploy an Astro site to Creek.

Quick Start

npm create astro@latest my-app -- --template basics
cd my-app
npm install
npx creek deploy

Configuration

No configuration needed. Creek auto-detects Astro.

SettingDefault
Build commandnpm run build
Output directorydist
Render modeStatic (default Astro output)

On this page