Skip to content

Commit

Permalink
prepare to update to astro 5
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartinDav committed Nov 6, 2024
1 parent e5eccd7 commit 41d6a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { renderers } from './renderers.mjs';
import { c as createExports } from './chunks/entrypoint_03RMNxPw.mjs';
import { manifest } from './manifest_CLiE_2nu.mjs';
import { manifest } from './manifest_DLb207_A.mjs';

const _page0 = () => import('./pages/_image.astro.mjs');
const _page1 = () => import('./pages/api/v1/fetchnowfeed.json.astro.mjs');
Expand Down Expand Up @@ -41,7 +41,7 @@ const _manifest = Object.assign(manifest, {
middleware: () => import('./_noop-middleware.mjs')
});
const _args = {
"middlewareSecret": "4072a908-f928-4145-af18-3a403369c912",
"middlewareSecret": "26282fa2-404d-441b-8727-ad69f6e99641",
"skewProtection": false
};
const _exports = createExports(_manifest, _args);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0",
"engines": {
"node": ">=20.x"
"node": ">=18.x"
},
"scripts": {
"dev": "astro dev",
Expand Down

0 comments on commit 41d6a63

Please sign in to comment.