This commit is contained in:
Hikmet 2023-07-19 11:36:50 +03:00
parent 0bc9121721
commit cf7fbf8837

View File

@ -19,7 +19,7 @@ export default function LandingPage({
);
}
export async function getServerSideProps() {
export async function getStaticProps() {
const themeRepository = ThemeReposityImplementation.getInstance();
const themeMetas = await themeRepository.getThemeMetas();