File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use strict' ;
22
3- import _authors from './authors.json' with { type : 'json' } ;
4- import _siteNavigation from './navigation.json' with { type : 'json' } ;
5- import _siteRedirects from './redirects.json' with { type : 'json' } ;
6- import _siteConfig from './site.json' with { type : 'json' } ;
3+ import _authors from './authors.json' assert { type : 'json ' } ;
4+ import _siteNavigation from './navigation.json' assert { type : 'json ' } ;
5+ import _siteRedirects from './redirects.json' assert { type : 'json ' } ;
6+ import _siteConfig from './site.json' assert { type : 'json ' } ;
77
88/** @type {Record<string, import('./types').Author> } */
99export const authors = _authors ;
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- import localeConfig from './i18n/config.json' with { type : 'json' } ;
3+ import localeConfig from './i18n/config.json' assert { type : 'json ' } ;
44
55// As set of available and enabled locales for the website
66// This is used for allowing us to redirect the user to any
You can’t perform that action at this time.
0 commit comments