-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnuxt.config.ts
295 lines (295 loc) · 5.89 KB
/
nuxt.config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
// 兼容性
compatibilityDate: "2024-04-03",
// 开发配置
devServer: {
host: "0.0.0.0",
},
// 开发工具
devtools: { enabled: true },
// 第三方模块
modules: [
"@nuxt/devtools",
"@nuxtjs/google-fonts",
"@unocss/nuxt",
"@nuxt/content",
"arco-design-nuxt-module",
"@pinia/nuxt",
"@pinia-plugin-persistedstate/nuxt",
"nuxt-typed-router",
"@nuxtjs/color-mode",
"@nuxtjs/fontaine",
"@nuxtjs/robots",
"@nuxtjs/mdc",
"@nuxt/icon",
"@nuxt/image",
"nuxt-schema-org",
// "@nuxtjs/sitemap",
],
// 应用配置
app: {
head: {
htmlAttrs: {
lang: "zh-CN", // 设置语言为简体中文
},
charset: "utf-8",
meta: [
{
name: "viewport",
content:
"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes",
},
{
name: "accessible",
content: "true",
},
{
name: "format-detection",
content: "telephone=no",
},
{ name: "theme-color", content: "#fff" },
],
// link: [{ rel: "manifest", href: "/manifest.json" }],
script: [],
},
},
// TypeScript 配置
typescript: {
strict: true,
},
// 源映射配置
sourcemap: {
server: false,
client: true,
},
// 颜色模式配置
colorMode: {
classSuffix: "", // 保持类名后缀为空
preference: "light", // 默认使用浅色模式
fallback: "light", // 如果用户偏好未定义,则回退到浅色模式
},
// 站点配置 Seo
site: {
url: "https://www.xukangr.com",
name: "徐康的个人主页",
trailingSlash: true,
},
// 地图配置
// sitemap: {
// defaultSitemapsChunkSize: 5000,
// sitemaps: true,
// xsl: false,
// excludeAppSources: false,
// sources: ["/api/__sitemap__/urls"],
// autoI18n: false,
// autoLastmod: true,
// experimentalWarmUp: true,
// experimentalCompression: true,
// cacheMaxAgeSeconds: 86400,
// },
// MDC 配置
mdc: {
highlight: {
langs: [
"abap",
"actionscript-3",
"ada",
"apex",
"applescript",
"asm",
"astro",
"awk",
"ballerina",
"bat",
"batch",
"c",
"clojure",
"cmake",
"cobol",
"codeql",
"coffee",
"cpp",
"crystal",
"csharp",
"css",
"cue",
"d",
"dart",
"diff",
"docker",
"dream-maker",
"elixir",
"elm",
"erb",
"erlang",
"fsharp",
"gherkin",
"git-commit",
"git-rebase",
"glsl",
"gnuplot",
"go",
"graphql",
"groovy",
"hack",
"haml",
"handlebars",
"haskell",
"hcl",
"hlsl",
"html",
"ini",
"java",
"javascript",
"json",
"json5",
"jsonc",
"julia",
"kotlin",
"latex",
"less",
"liquid",
"lisp",
"logo",
"lua",
"make",
"markdown",
"marko",
"matlab",
"mdx",
"nginx",
"nim",
"nix",
"objective-c",
"objective-cpp",
"ocaml",
"pascal",
"perl",
"php",
"postcss",
"powershell",
"prisma",
"prolog",
"pug",
"puppet",
"purescript",
"python",
"r",
"raku",
"razor",
"riscv",
"ruby",
"rust",
"sas",
"sass",
"scala",
"scheme",
"scss",
"shaderlab",
"shell",
"smalltalk",
"solidity",
"sparql",
"sql",
"ssh-config",
"stata",
"stylus",
"svelte",
"swift",
"system-verilog",
"tasl",
"tcl",
"tex",
"toml",
"tsx",
"turtle",
"twig",
"typescript",
"v",
"vb",
"verilog",
"vhdl",
"viml",
"vue-html",
"vue",
"wasm",
"wenyan",
"xml",
"xsl",
"yaml",
"zenscript",
], // 手动列出所有支持的语言
theme: "one-dark-pro", // 使用 "one-dark-pro" 主题
wrapperStyle: true, // 启用代码块包装样式
},
headings: {
anchorLinks: false, // 禁用标题的锚点链接
},
},
// 内容配置
content: {
highlight: {
// 设置高亮主题,这里你使用的是 dracula 主题
theme: "dracula", // 确保使用你想要的主题
// preload: ["bash", "javascript", "typescript", "html"], // 预加载常用语言
},
},
// Arco 配置
arco: {
importPrefix: "A",
hookPrefix: "Arco",
locales: ["getLocale"],
localePrefix: "Arco",
},
// 字体配置
googleFonts: {
families: {
"Space Grotesk": {
wght: [400, 500, 600, 700, 800, 900],
},
"Noto Sans Thai Looped": {
wght: [400, 600, 700, 800],
},
"Fira Code": {
wght: [400, 600, 700, 800],
},
},
},
//打包配置
nitro: {
//缩小捆绑包
minify: true,
//关闭源映射生成
sourceMap: false,
// 压缩公共资产
compressPublicAssets: true,
},
// Vite 配置
vite: {
build: {
chunkSizeWarningLimit: 1000,
},
// plugins: plugin,
},
//取消取消行内样式
features: {
inlineStyles: false,
},
// 构建配置
experimental: {
// 禁用 Vue3 兼容性
externalVue: false,
},
// unhead 配置
unhead: {
// 启用 Html 压缩
renderSSRHeadOptions: {
omitLineBreaks: true,
},
},
// 构建配置 启用 Nuxt4 兼容性
future: {
compatibilityVersion: 4,
},
});