Skip to content

Commit 9cdb491

Browse files
authored
Merge pull request #2171 from ember-learn/fix-gjs-versions
remove comments on gjsVersion config
2 parents 87ae7e4 + 8befcfa commit 9cdb491

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/environment.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ module.exports = function (environment) {
4848
guidemaker: {
4949
title: 'Ember Guides',
5050
sourceRepo: 'https://github.com/ember-learn/guides-source',
51-
// TODO turn this back on before merging the Vite branch
52-
// gjsVersions: ['v6.7.0'],
51+
gjsVersions: ['v6.7.0'],
5352
gjsLink: '/release/components/template-tag-format/',
5453
},
5554

0 commit comments

Comments
 (0)