fixnute cesty k obrazok pre build,

fixnute parsovanie package.json
This commit is contained in:
2025-04-18 00:41:16 +02:00
parent 9f9cb76740
commit b1e6037ab7
4 changed files with 14 additions and 6 deletions

View File

@ -1,8 +1,12 @@
// generateHtaccess.js
console.log('Vygenerujem .htaccess...');
import fs from 'fs';
import path from 'path';
import { baseUrl } from '../vite.config.js';
// Obsah .htaccess súboru
const htaccessContent = `
<IfModule mod_rewrite.c>