one more
CI/CD / build (push) Successful in 11s
CI/CD / deploy (push) Successful in 9s

This commit is contained in:
2026-06-01 13:22:49 +02:00
parent 7ce949852f
commit 0574d08d57
+1 -1
View File
@@ -12,7 +12,7 @@ function App() {
<h1>Build works when pushing to dev.</h1>
<h1>Now time to try pushing to main and deploy.</h1>
<h2>Okay, everything works just fine.</h2>
<h3> test test test lol </h3>
<h3> one more</h3>
</div>
);
}