mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-03-13 22:21:12 +08:00
✨ 更新配置,重新引入 liteyuki_footer.js 脚本
Some checks failed
Docker Image Build / build (push) Failing after 28s
Deploy VitePress site to Liteyuki PaaS / build (push) Failing after 2m55s
Pre-commit checks / pre-commit (3.10) (push) Failing after 3m27s
Pre-commit checks / pre-commit (3.11) (push) Failing after 3m9s
Pre-commit checks / pre-commit (3.12) (push) Failing after 4m2s
Pre-commit checks / pre-commit (3.13) (push) Failing after 4m17s
Some checks failed
Docker Image Build / build (push) Failing after 28s
Deploy VitePress site to Liteyuki PaaS / build (push) Failing after 2m55s
Pre-commit checks / pre-commit (3.10) (push) Failing after 3m27s
Pre-commit checks / pre-commit (3.11) (push) Failing after 3m9s
Pre-commit checks / pre-commit (3.12) (push) Failing after 4m2s
Pre-commit checks / pre-commit (3.13) (push) Failing after 4m17s
This commit is contained in:
parent
641c16ee7a
commit
6871bc0d22
@ -51,10 +51,6 @@ function generateSidebarConfig(): any[] {
|
||||
export const common = defineConfig({
|
||||
head: [
|
||||
// 配置favicon.ico
|
||||
[
|
||||
"script",
|
||||
{ async: "", src: "https://cdn.liteyuki.icu/js/liteyuki_footer.js" },
|
||||
],
|
||||
["link", { rel: "icon", type: "image/x-icon", href: "favicon.ico" }],
|
||||
[
|
||||
"link",
|
||||
@ -63,6 +59,7 @@ export const common = defineConfig({
|
||||
href: "https://fonts.font.im/css?family=Cousine:400,400i,700,700i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i",
|
||||
},
|
||||
],
|
||||
["script", { src: "https://cdn.liteyuki.icu/js/liteyuki_footer.js" }],
|
||||
],
|
||||
rewrites: {
|
||||
[`${defaultLocale}/:rest*`]: ":rest*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user