simplify landing page for my peace

This commit is contained in:
geoffsee
2025-07-16 20:54:25 -04:00
committed by Geoff Seemueller
parent c26d2467f4
commit a7ad06093a
9 changed files with 12 additions and 38 deletions

View File

@@ -22,10 +22,6 @@ const prebuildPlugin = () => ({
console.log('Generated robots.txt -> public/robots.txt');
child_process.execSync('bun run generate:fonts');
console.log('Copied fonts -> public/static/fonts');
child_process.execSync('bun run generate:bevy:bundle', {
stdio: 'inherit',
});
console.log('Bundled bevy app -> public/yachtpit.html');
}
},
});