Skip to content

Commit

Permalink
feat: Broken anchors, md links 감지 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkim0 committed Jan 7, 2024
1 parent fba405e commit 6f6d243
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ const {themes} = require('prism-react-renderer');
const config: Config = {
title: 'blog.jmk.im',
tagline: `jmkim0's blog`,

url: 'https://blog.jmk.im',
baseUrl: '/',

trailingSlash: false,

i18n: {
defaultLocale: 'en',
locales: ['en'],
},

onBrokenAnchors: 'throw',
onBrokenMarkdownLinks: 'throw',
presets: [
[
'classic',
Expand Down

0 comments on commit 6f6d243

Please sign in to comment.