File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 33
44Let's figure out how different static site generators output static files for route ` /myPath ` .
55
6+ ## Jekyll
7+
8+ - Command: ` jekyll build `
9+ - Default output: ` /myPath.html `
10+ - Configuration: no options available
11+
612## Gatsby
713
814- Command: ` gatsby build `
@@ -20,12 +26,18 @@ Let's figure out how different static site generators output static files for ro
2026- Default output: ` /myPath/index.html `
2127- Configuration: [ trailingSlash option] ( https://docusaurus.io/docs/docusaurus.config.js#trailing-slash )
2228
23- ## NuxtJS
29+ ## Nuxt
2430
2531- Command: ` nuxt generate `
2632- Default output: ` /myPath/index.html `
2733- Configuration: [ trailingSlash option] ( https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-router#trailingslash )
2834
35+ ## Angular Prerendering
36+
37+ - Default output: ` /myPath/index.html `
38+ - Configuration: no options available
39+ - Docs: [ Angular Prerendering (SSG)] ( https://angular.dev/guide/prerendering )
40+
2941## TODO: add other static site generators
3042
3143TODO add all other static site generators
You can’t perform that action at this time.
0 commit comments