UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

12 lines (11 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Create the Frontity configuration. * * @returns The Frontity config object. */ const config = () => ({ outDir: "build", }); exports.default = config;