mirror of
https://github.com/samkaraca/lazuri-doviguram.git
synced 2026-04-29 17:59:51 +00:00
bugfix
This commit is contained in:
parent
0bc9121721
commit
cf7fbf8837
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user