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