Skip to content

Commit 9f6a977

Browse files
committed
Disable versions until DNS is figured out
1 parent e29c708 commit 9f6a977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Metalsmith(cwd)
120120
.use(versions({
121121
versions: [
122122
{ name: 'latest', url: '//nativescript-vue.org' },
123-
{ name: 'v1.3.1', url: '//v1.3.1.nativescript-vue.org' },
123+
// { name: 'v1.3.1', url: '//v1.3.1.nativescript-vue.org' },
124124
],
125125
currentVersion: {
126126
name: 'latest',

0 commit comments

Comments
 (0)