vaderjs 1.3.3-alpha-149 → 1.3.3-alpha-150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ export default function(req, res){
|
|
|
118
118
|
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
# ServerSide Site Generation (SSG)
|
|
122
122
|
|
|
123
123
|
Vader compiles all code to a static index.html page so your visitors will never have to wait for the page to load, it then rehydrates the page reapplying functionality!
|
|
124
124
|
|
package/package.json
CHANGED