Static Content
↔ fixed content to deliver to Client w/o need to generate/process/modify
aka Static-Asset, Static-Resource, Static-Assets, Static-Resources
References
Static Web Server
↔ Computer Hardware run HTTP Server Software to send Static Content hosted files to ClientsStale
↔ when Static Content no longer up to date/public
↔ ( Next 12 ) dir to serve Static ContentServer Side Render
↔ to Pre-render Static Content on Server Backend & serve to Thin Client with each request/public
↔ dir to serve Static ContentSSG
↔ (process) to Pre-render HTML Static Content at build time for Thin Client