style: auto format

This commit is contained in:
github-actions[bot] 2025-05-08 17:44:07 +00:00
parent 4f2c544fa5
commit 330499134f
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ async function handler(ctx) {
link: item.link,
pubDate: item.pubDate,
})),
image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg'
image: 'https://drop-assets.ea.com/images/F1GeiHWipvvKj7GtUVP3U/31bb122451e2dea6d14c9b497f8e09d4/apex-white-nav-logo.svg',
};
}
export const route: Route = {

View File

@ -2,5 +2,5 @@ import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'EA Games',
url: 'www.ea.com'
url: 'www.ea.com',
};