Skip to content

Commit 11201fc

Browse files
CopilotTechQuery
andcommitted
新增中国公益地图页面 - Add China Public Interest Map Pages
Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com>
1 parent 0ab732e commit 11201fc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pages/ngo/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const getStaticProps: GetStaticProps<NGOPageProps> = async () => {
6262
};
6363
} catch (error) {
6464
console.error('Failed to load organization data:', error);
65+
6566
// Return empty data structure when API is not available
6667
return {
6768
props: {

pages/ngo/landscape.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const getStaticProps: GetStaticProps<NGOLandscapePageProps> = async () =>
2525
};
2626
} catch (error) {
2727
console.error('Failed to load landscape data:', error);
28+
2829
// Return empty data structure when API is not available
2930
return {
3031
props: {

0 commit comments

Comments
 (0)