mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Failed on actual run, needs to load languages from directory below
This commit is contained in:
parent
3e8fdc9ce2
commit
0c109113c7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
var async = require('async');
|
||||
var defaults = require('lodash.defaults');
|
||||
var fastlyConfig = require('./lib/fastly-config-methods');
|
||||
const languages = require('./languages.json');
|
||||
const languages = require('../languages.json');
|
||||
|
||||
var route_json = require('../src/routes.json');
|
||||
|
||||
|
|
Loading…
Reference in a new issue