should be alr for prod

This commit is contained in:
Fayzan Naufal Suparjo 2025-04-20 16:37:10 +07:00
parent 7e55d74c19
commit 45b71ba418
6 changed files with 13 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -32,6 +32,16 @@ export default function Footer({ type = 'platform' }: { type?: 'public' | 'platf
</Text>{' '}
All rights reserved.
</Text>
<Text>
System hosted by
<Text
as={'span'}
fontWeight={'bold'}
letterSpacing={'tight'}
>
PT Amperra Sambung Semesta Sentosa
</Text>{' '}
</Text>
<Flex align={'center'} justify={'center'} fontSize={'sm'}>
<Link
as={NextLink}

View file

@ -7,7 +7,7 @@ const firebaseConfig = {
apiKey: "AIzaSyAnNFETgIp92Ru22WqAG-p_yRsrjk9QjiQ",
authDomain: "xcsbyrestrafes.firebaseapp.com",
projectId: "xcsbyrestrafes",
storageBucket: "xcsbyrestrafes.appspot.com",
storageBucket: "xcsbyrestrafes.firebasestorage.app",
messagingSenderId: "349487090032",
appId: "1:349487090032:web:72b252e9bf49acfabfa7b5",
measurementId: "G-N12CXH8X0F"

View file

@ -31,7 +31,7 @@ const app = () => {
app();
const bucket = getStorage().bucket('xcs-v2.appspot.com');
const bucket = getStorage().bucket('xcsbyrestrafes.firebasestorage.app');
// admin.storage().bucket("xcs-v2").upload("test.txt");
export { admin, app, bucket };
@ -67,7 +67,7 @@ export async function uploadProfilePicture(
await file
.save(picture, {
metadata: {
contentType: format === 'gif' ? 'image/gif' : 'image/jpeg'
contentType: format === 'gif' ? 'image/gif' : ' image/jpeg'
}
})
.then(() => {