Skip to content

Commit

Permalink
Fix yarn build absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
jer-k committed Jun 20, 2023
1 parent f66ca0f commit 20a696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
runtime: "experimental-edge",
unstable_allowDynamic: ["./.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip/node_modules/lodash/lodash.js"],
unstable_allowDynamic: ["/.yarn/cache/lodash-npm-4.17.21-6382451519-eb835a2e51.zip/node_modules/lodash/lodash.js"],
};

import _ from "lodash";
Expand Down

0 comments on commit 20a696e

Please sign in to comment.