antitoxic/Prerender website
Converts/pre-renders single page application (SPA) into static html files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| website_root | Directory where your /index.html is and where you will get the pre-rendered output | yes | — |
| max_concurrent_pages | Maximum number of parallel page rendering | — | 3 |
| meta_prerender_only | Resulting *.html files have only the <head>...</head> changed. Set this to "1" to enable. | — | — |
| selector_to_wait_for | When provided the html will be captured only after the provided DOM element selector exists. | — | — |
| blocked_partial_urls | Multi-line input. Each line is treated as partial of a URL which you want to block when pre-rendering | — | — |
| canonical_base_url | Enables sitemap generation and uses the provided url instead of original base | — | — |
Outputs
no outputs