Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions .github/workflows/deploy.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ yarn-error.log*
.aidesingner/*
.agents/skills/aidesigner-frontend/
.aidesigner/
.claude/*
.claude/*
# Python cache
__pycache__/
*.pyc
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const config: Config = {
v4: true,
},

url: 'https://braincrew-lab.github.io',
baseUrl: '/brain-cache/',
url: 'https://blog.brain-crew.com',
baseUrl: '/',

organizationName: 'braincrew-lab',
projectName: 'brain-cache',
Expand Down Expand Up @@ -202,7 +202,7 @@ const config: Config = {
},
{
label: 'RSS Feed',
href: 'https://braincrew-lab.github.io/brain-cache/blog/rss.xml',
href: 'https://blog.brain-crew.com/blog/rss.xml',
},
],
copyright: `© ${new Date().getFullYear()} 브레인크루(주) · 대표이사 이경록<br/>경기도 성남시 분당구 정자로 2, 1602호 · dev@brain-crew.com`,
Expand Down
2 changes: 1 addition & 1 deletion static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://braincrew-lab.github.io/brain-cache/sitemap.xml
Sitemap: https://blog.brain-crew.com/sitemap.xml