Skip to content

Commit

Permalink
Disabled prefetching by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xbill82 committed Jun 6, 2019
1 parent 9f81292 commit 5b9f9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk-javascript
Submodule sdk-javascript added at cc67b2
1 change: 1 addition & 0 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
title: siteTitle,
description: siteDescription,
base: process.env.SITE_BASE || '/',
shouldPrefetch: () => false,
head: [
[
'meta',
Expand Down

0 comments on commit 5b9f9a3

Please sign in to comment.