import { getConfig } from "https://deno.land/x/lume@v1.16.1/deps/eta.ts";
Takes one or two partial (not necessarily complete) configuration objects, merges them 1 layer deep into eta.config, and returns the result
Parameters
optional
baseConfig: EtaConfigPartial configuration object to merge before override
Example
let customConfig = getConfig({tags: ['!#', '#!']})