Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 172779e

Browse files
committed
prerendering is off by default
1 parent a0b4093 commit 172779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ There are also good tutorials on integrating Webpack with existing rails apps a
14681468

14691469
```ruby
14701470
Hyperloop.configuration do |config|
1471-
config.prerendering = :off # :on by default
1471+
config.prerendering = :on # :off by default
14721472
end
14731473
```
14741474

0 commit comments

Comments
 (0)