Skip to content

Commit

Permalink
更正遗漏的站点名称文本,设定当发现失效链接时只是输出警告而非抛出错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianshanyao committed Apr 30, 2024
1 parent 015cd47 commit 1393cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const minecraftTypeNames = [

/** @type {import('@docusaurus/types').Config} */
const config = {
title: '基岩技术周刊 | Bedrock Tech Weekly',
tagline: 'Minecraft基岩版技术周刊文档站点',
title: '基岩技术文刊 | Bedrock Tech Journal',
tagline: 'Minecraft基岩版技术文刊站点',
favicon: 'img/logo.png',

// Set the production url of your site here
Expand All @@ -31,7 +31,7 @@ const config = {
organizationName: 'AbbottMc', // Usually your GitHub org/user name.
projectName: 'BedrockTechWeekly', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internalization, you can use this field to set useful
Expand Down Expand Up @@ -133,7 +133,7 @@ const config = {
announcementBar: {
id: 'welcome',
content:
'欢迎来到基岩技术周刊!这个站点仍在完善当中,欢迎您的<a href="https://github.com/AbbottMc/BedrockTechWeekly/issues">反馈</a>!',
'欢迎来到基岩技术文刊站!这个站点仍在完善当中,欢迎您的<a href="https://github.com/AbbottMc/BedrockTechWeekly/issues">反馈</a>!',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: true,
Expand Down

0 comments on commit 1393cfc

Please sign in to comment.