UNPKG

ap-ssg

Version:

A fast, modular, SEO-optimized static site generator that minifies CSS, JS, and HTML for improved performance. It also supports JSON-LD, sitemap generation, and more, making it ideal for production-ready websites.

6 lines (3 loc) 91 B
const ApSSG = require("./main"); const ssg = new ApSSG(); module.exports = { ssg };