diff --git a/src/Renderer/SinglePageRenderer.php b/src/Renderer/SinglePageRenderer.php index 832ea7b..d0fc131 100644 --- a/src/Renderer/SinglePageRenderer.php +++ b/src/Renderer/SinglePageRenderer.php @@ -22,7 +22,8 @@ public function render(RenderCommand $renderCommand): void $renderCommand->getDestination(), $renderCommand->getDestinationPath(), 'singlepage', - )->withIterator($renderCommand->getDocumentIterator()); + )->withIterator($renderCommand->getDocumentIterator()) + ->withOutputFilePath('singlehtml/Index.html'); $context->getDestination()->put( $renderCommand->getDestinationPath() . '/singlehtml/Index.html',