mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Fix missing registerSetting
This commit is contained in:
parent
7acaaade25
commit
54ca5a5972
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import urlObject from 'url';
|
|||
import moment from 'moment';
|
||||
import sanitizeHtml from 'sanitize-html';
|
||||
import getSlug from 'speakingurl';
|
||||
import { getSetting } from './settings.js';
|
||||
import { getSetting, registerSetting } from './settings.js';
|
||||
import { Routes } from './routes.js';
|
||||
import { isAbsolute } from 'path';
|
||||
import { getCollection } from './collections.js';
|
||||
|
|
Loading…
Add table
Reference in a new issue