Some checks are pending
Deploy VitePress site to Pages / build (push) Waiting to run
12 lines
235 B
JavaScript
12 lines
235 B
JavaScript
import { renderToString } from 'preact-render-to-string';
|
|
|
|
export {
|
|
renderToString,
|
|
renderToString as renderToStaticMarkup
|
|
} from 'preact-render-to-string';
|
|
|
|
export default {
|
|
renderToString,
|
|
renderToStaticMarkup: renderToString
|
|
};
|