Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Dec 9, 2024
1 parent 0512987 commit 9483f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function assetpackPlugin() {
mode = resolvedConfig.command;
if (!resolvedConfig.publicDir) return;
if (apConfig.output) return;
// remove the root from the oublic dir
// remove the root from the public dir
const publicDir = resolvedConfig.publicDir.replace(process.cwd(), "");
apConfig.output = `${publicDir}/assets/`;
},
Expand Down

0 comments on commit 9483f5c

Please sign in to comment.