Skip to content

Commit

Permalink
feat: adapterの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
吉野敬太郎 authored and 吉野敬太郎 committed Sep 16, 2024
1 parent ff3e264 commit e7844d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 5 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export default defineConfig({
adapter: cloudflare({
mode: "directory",
functionPerRoute: true,
imageService: "compile",
routes: {
extend: {
include: [{ pattern: "/*" }],
},
},
}),
build: {
inlineStylesheets: "auto",
Expand Down
5 changes: 0 additions & 5 deletions functions/_routes.json

This file was deleted.

0 comments on commit e7844d3

Please sign in to comment.