Skip to content

Commit

Permalink
fix: non-existing value
Browse files Browse the repository at this point in the history
  • Loading branch information
vclemenzi committed May 1, 2024
1 parent 031982b commit 5bddab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import path from "path";

export const multip = (config?: Config): Plugin => {
const root = config?.directory || "src/pages";
const assets = config?.assets || [];
const frameworks: Frameworks = {};

return {
Expand Down

0 comments on commit 5bddab4

Please sign in to comment.