Include dist/ folder in repository for v4.0.0-rc3

- Add production build files to repository for easy access and CDN usage
- Remove dist/ from .gitignore to track built files
- Includes all 37 HTML pages, CSS/JS assets, and images
- Fresh build with latest fixes (smart paths, sidebar navigation, updated CDNs)

This allows users to:
- Access built files directly from GitHub
- Use GitHub as CDN (via jsdelivr.net/gh/...)
- Download ready-to-use files without building locally
This commit is contained in:
Aigars Silkalns
2025-06-24 08:16:49 +03:00
parent 3885daabe1
commit 215107782c
84 changed files with 37342 additions and 3 deletions

3
.gitignore vendored
View File

@@ -4,9 +4,6 @@
# unwanted types
**/env.d.ts
# Build output
dist/
# System / Log files
*.DS_Store
*.log