You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance build process with advanced static site generation
- Implement comprehensive content extraction from app directory
- Create more robust and visually appealing static site generation
- Add dynamic section and metadata parsing from page and layout files
- Improve fallback content generation for static export
- Enhance CSS styling for static HTML output
- Refactor build script to create more informative static site
const html = '<html><head><title>Lucas Becker</title></head><body><h1>Lucas Becker</h1><p>Site is being updated. Please check back soon.</p><p><a href=\"https://github.com/lucasbecker-dev\">GitHub Profile</a></p></body></html>';
116
+
const html = '<!DOCTYPE html><html><head><title>Lucas Becker</title><link rel=\"stylesheet\" href=\"css/styles.css\"></head><body><div class=\"container\"><h1>Lucas Becker</h1><p>Site is being updated. Please check back soon.</p><p><a href=\"https://github.com/lucasbecker-dev\">GitHub Profile</a></p></div></body></html>';
0 commit comments