|
|
|
|
|
by turnipla
2245 days ago
|
|
You’re confusing static with serverless. Your content is indeed static but your search is not: It’s handled by a service that parses your requests and produces output. Static content on the other hand are files being served straight from the filesystem. As for Disqus, they’re not static either, they’re just “a service for static websites” |
|