Skip to content

Commit a30cf31

Browse files
committed
build(astro): "hybrid" was removed in Astro 5.x and needs to be changed to output: "static"
1 parent c9e7280 commit a30cf31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { PUBLISHED_RFC_SIDEBAR_ITEMS } from './src/data/rfcs.ts'
99

1010
// https://astro.build/config
1111
export default defineConfig({
12-
output: 'hybrid',
12+
output: 'static',
1313
adapter: netlify(),
1414
site: 'https://interledger.org',
1515
base: '/developers',

0 commit comments

Comments
 (0)