mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
fix pages get props
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ export default function Folders() {
|
||||
)
|
||||
}
|
||||
|
||||
export async function getStaticProps({ locale }) {
|
||||
export async function getServerSideProps({ locale }) {
|
||||
return {
|
||||
props: {
|
||||
...(await serverSideTranslations(locale, ['common']))
|
||||
|
||||
Reference in New Issue
Block a user