Tracking
Refreshed cached files
This commit is contained in:
fraxle
2026-06-07 10:50:42 +01:00
parent 1a69994833
commit a9d53eff46
7 changed files with 328 additions and 5 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ async function build() {
// 8. Copy static files
console.log(' Copying static files...');
for (const f of ['robots.txt', 'sitemap.xml', 'og-image.png', 'favicon.svg']) {
for (const f of ['robots.txt', 'sitemap.xml', 'og-image.png', 'favicon.svg', 'restore.php', 'track.php', 'stats.php']) {
const src = path.join(ROOT, f);
if (fs.existsSync(src)) {
copyFile(src, path.join(DIST, f));