diff --git a/config/index.js b/config/index.js
index fbaf826..7953c30 100644
--- a/config/index.js
+++ b/config/index.js
@@ -127,7 +127,7 @@ const config = {
allowedHosts: ["nomadro.com", "localhost", ".nomadro.com"], // 允许所有 *.nomadyt.com 子域访问
},
htmlPluginOption: {
- favicon: path.resolve(__dirname, "..", "src", "images", "youtube.ico"), // 同样处理 favicon 路径
+ favicon: path.resolve(__dirname, "..", "src", "images", "dgnomad.png"), // 同样处理 favicon 路径
meta: {
"cache-control": "no-cache, no-store, must-revalidate",
pragma: "no-cache",
diff --git a/src/index.html b/src/index.html
index bb6bcc3..158142f 100644
--- a/src/index.html
+++ b/src/index.html
@@ -8,13 +8,13 @@
-
+
diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx
index 47c53e1..60428d0 100644
--- a/src/pages/index/index.jsx
+++ b/src/pages/index/index.jsx
@@ -377,7 +377,7 @@ const Index = () => {
>
- 出海套利
+ 地理套利
边旅行边赚钱,无国界
@@ -389,7 +389,9 @@ const Index = () => {
远程办公
- 自由职业,分布式团队
+
+ 自由职业,分布式团队
+
@@ -398,9 +400,7 @@ const Index = () => {
游民社区
-
- 信息交流,快人一步
-
+ 信息交流,快人一步
@@ -421,6 +421,7 @@ const Index = () => {
@@ -429,23 +430,6 @@ const Index = () => {
- {" "}
-
-
- 独立开发
-
-
-
- 旅行
-
{
/>
远程办公
+
+
+
+ 地理套利
+
+
+
+ 独立开发
+
{/*
diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss
index c18d114..e2fb8a5 100644
--- a/src/pages/index/index.scss
+++ b/src/pages/index/index.scss
@@ -235,7 +235,12 @@
flex-direction: column;
align-items: center;
justify-content: center;
+ // height: 100%;
// background-color: yellow;
+ .book_img{
+ margin-bottom: 40px;
+
+ }
}
}