Skip to content

Commit 28c7571

Browse files
fix: algolia config
1 parent 04bdf39 commit 28c7571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as Preset from '@docusaurus/preset-classic';
66

77
const config: Config = {
88
title: 'Laravel',
9-
tagline: 'PHP 웹 애플리케이션 프레임워크 라라벨의 모든 것을 한글로 만나보세요',
9+
tagline: '라라벨',
1010
favicon: 'img/favicon.png',
1111

1212
// Set the production url of your site here
@@ -124,9 +124,9 @@ const config: Config = {
124124
// Algolia DocSearch 설정
125125
algolia: {
126126
// The application ID provided by Algolia
127-
appId: 'P3AV656TKT',
127+
appId: 'I09J6O9PPB',
128128
// Public API key: it is safe to commit it
129-
apiKey: '36cb770af37e1af6373a80778092f985',
129+
apiKey: '9490c4a274419bf3d76145ab91c89b14',
130130
indexName: 'laravel-chanhyung',
131131
// 검색 결과 페이지 경로 설정
132132
searchPagePath: 'search',

0 commit comments

Comments
 (0)