I'm trying to add a picture to my title page but the image appears on its own page. Can anyone help with this?
\documentclass[a4paper,12pt]{scrartcl}
\title{Report}
\author{blah}
\date{\today}
\publishers{blah}
\nocite{*}
\addbibresource{bib.bib}
\begin{document}
\begin{titlepage}
\includegraphics{images/image.png}
\maketitle
\end{titlepage}
\end{document}