mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
12 lines
335 B
JavaScript
12 lines
335 B
JavaScript
import { rocketLaunch } from '@d4kmor/launch';
|
|
import { rocketSearch } from '@d4kmor/search';
|
|
import { absoluteBaseUrlNetlify } from '@d4kmor/core/helpers';
|
|
|
|
export default {
|
|
themes: [rocketLaunch(), rocketSearch()],
|
|
build: {
|
|
emptyOutputDir: false,
|
|
absoluteBaseUrl: absoluteBaseUrlNetlify('http://localhost:8080'),
|
|
},
|
|
};
|