Skip to content

Commit

Permalink
fix splash theming (#638)
Browse files Browse the repository at this point in the history
splash
  • Loading branch information
yofukashino authored Jul 17, 2024
1 parent 706d241 commit 26acb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ async function buildTheme({ watch, noInstall, production, noReload, addon }: Arg
),
);

manifest.plaintextPatches = "splash.css";
manifest.splash = "splash.css";
}

if (!existsSync(distPath)) mkdirSync(distPath, { recursive: true });
Expand Down

0 comments on commit 26acb64

Please sign in to comment.