Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dt418 committed Oct 21, 2024
1 parent 008e270 commit ec95f69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ import { readingTimeRemarkPlugin, responsiveTablesRehypePlugin, lazyImagesRehype
const __dirname = path.dirname(fileURLToPath(import.meta.url));

let adapter = vercel({
edgeMiddleware:true,
maxDuration: 60
maxDuration: 60,
});

if (process.argv[3] === '--node' || process.argv[4] === '--node') {
Expand Down

0 comments on commit ec95f69

Please sign in to comment.