diff --git a/components/about-section.tsx b/components/about-section.tsx
index 4e50ee4..7446ef8 100644
--- a/components/about-section.tsx
+++ b/components/about-section.tsx
@@ -20,7 +20,7 @@ export default function AboutSection() {
Simba Robotics 是隶属于黑龙江大学,专注于 RoboMaster 机甲大师机器人竞赛的机器人实验室与机器人战队。
- 我们致力于推动机器人技术的发展,同时为学生提供一协作环境,培养实用工程技能。
+ 我们致力于推动机器人技术的发展,同时为学生提供协作环境,培养实用工程技能。
diff --git a/components/contact-section.tsx b/components/contact-section.tsx
index a9d4bc7..8d95218 100644
--- a/components/contact-section.tsx
+++ b/components/contact-section.tsx
@@ -21,7 +21,7 @@ export default function ContactSection() {
icon:
,
title: "地址",
details: "602 实验室, 电子工程学院, 黑龙江大学",
- link: "https://www.bing.com/maps?&ty=18&q=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&ss=ypid.YN4067x5856225&mb=45.709873~126.616074~45.704718~126.624132&description=%E9%BB%91%E9%BE%99%E6%B1%9F%E7%9C%81%E5%93%88%E5%B0%94%E6%BB%A8%E5%B8%82%E5%AD%A6%E5%BA%9C%E8%B7%AF74%E5%8F%B7&cardbg=%23333333&dt=1744891200000&tt=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&tsts0=%2526ty%253D18%2526q%253D%2525E9%2525BB%252591%2525E9%2525BE%252599%2525E6%2525B1%25259F%2525E5%2525A4%2525A7%2525E5%2525AD%2525A6-%2525E7%252594%2525B5%2525E5%2525AD%252590%2525E5%2525B7%2525A5%2525E7%2525A8%25258B%2525E5%2525AD%2525A6%2525E9%252599%2525A2%2526ss%253Dypid.YN4067x5856225%2526mb%253D45.709873~126.616074~45.704718~126.624132%2526description%253D%2525E9%2525BB%252591%2525E9%2525BE%252599%2525E6%2525B1%25259F%2525E7%25259C%252581%2525E5%252593%252588%2525E5%2525B0%252594%2525E6%2525BB%2525A8%2525E5%2525B8%252582%2525E5%2525AD%2525A6%2525E5%2525BA%25259C%2525E8%2525B7%2525AF74%2525E5%25258F%2525B7%2526cardbg%253D%252523333333%2526dt%253D1744891200000&tstt0=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2&cp=45.707282~126.619347&lvl=18.469374&pi=0&ftst=0&ftics=False&v=2&sV=2&form=S00027",
+ link: "https://www.bing.com/maps?q=%E9%BB%91%E9%BE%99%E6%B1%9F%E5%A4%A7%E5%AD%A6-%E7%94%B5%E5%AD%90%E5%B7%A5%E7%A8%8B%E5%AD%A6%E9%99%A2",
},
]
@@ -29,28 +29,39 @@ export default function ContactSection() {
{
icon:
,
name: "GitHub",
- link: "https://github.com/simbarobotics",
+ link: "https://github.com/simba-robotics",
},
{
icon: (
),
name: "Bilibili",
link: "https://space.bilibili.com/simbarobotics",
},
{
- icon:
,
+ icon: (
+
+ ),
name: "微信公众号",
link: "https://weixin.qq.com/r/simbarobotics",
},
diff --git a/next.config.mjs b/next.config.mjs
index f5cbc38..ffcb344 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
+ output: 'export',
eslint: {
ignoreDuringBuilds: true,
},