Commit Graph

6 Commits

Author SHA1 Message Date
0528645838 Updated dependencies.
Added prettier and formatted.
Fixed bug causing back button to not show at all times.
2024-02-25 00:18:02 +01:00
7656d35227 Changed the main entry file in Vite's rollupOptions from 'app.html' to 'index.html'. 2023-07-24 20:47:55 +02:00
bfcb860cfc Remove static HTML pages in favor of dynamic routing
Deleted static HTML files (404.html and simplify-truths.html) and implemented dynamic routing with '@solidjs/router'; website pages are now rendered dynamically via routing in app.tsx, which reduces unnecessary file redundancy. Moved the truth-table.tsx component to a new pages directory, adjusting the import statements accordingly. Updated vite.config.ts to point to the new app.html instead of the removed files. Finally, the esbuild packages were updated to their latest versions in package-lock.json.
2023-07-24 20:44:32 +02:00
13be22be57 Started moving over truth-table.tsx from h600878.GitHub.io 2023-01-07 16:01:53 +01:00
79887d55ba 404 page, robots- and security.txt 2022-12-23 14:57:53 +01:00
5e8aefe665 Initial commit 2022-12-04 17:51:05 +01:00