Change html export path

This commit is contained in:
Pyramond
2025-06-21 14:41:03 +02:00
parent 2018375062
commit 37276b5d90
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Web::Web(const QList<Path*>& list) : list(list)
void Web::siteHtml()
{
std::ofstream file("index.html");
std::ofstream file("./data/HTML-exports/index.html");
if (!file.is_open()) {
qWarning("Impossible d'ouvrir le fichier index.html");
return;