Skip to content

Commit b11737a

Browse files
committed
fix: lint style no wrap
1 parent fce95d0 commit b11737a

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

post/other/vm-linux-static-ip.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ yum makecache
353353
yum update
354354
```
355355

356-
## VM 安装教程
356+
## 教程
357357

358-
https://blog.csdn.net/qq_45743985/article/details/121152504
359-
360-
网络的静态 ip 不随教程走
358+
- vm 安装教程(网络的静态 ip 不随教程走):https://blog.csdn.net/qq_45743985/article/details/121152504
359+
- Centos9 安装教程:https://blog.csdn.net/qq_44870331/article/details/129988704

src/app/globals.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88
@custom-variant dark (&:is(.dark *));
99

10-
/* @theme {
11-
--font-sans: var(--font-geist-sans);
12-
--font-mono: var(--font-geist-mono);
13-
} */
14-
1510
@theme inline {
1611
--color-background: var(--background);
1712
--color-foreground: var(--foreground);

src/app/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"blockquote p:first-of-type::after": { content: "none" },
1010
a: {
1111
color: "var(--link)",
12+
wordBreak: "break-word",
1213
code: { color: "var(--link)" },
1314
},
1415
code: {

0 commit comments

Comments
 (0)