Skip to content
Merged
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
16 changes: 8 additions & 8 deletions TASKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,21 @@ Propose TASK update

## SHOWCASE

- [ ] T423 Create Showcase Index
- [ ] T424 Publish REPL Works Website Showcase
- [ ] T425 Publish Project A Showcase
- [ ] T426 Publish Project B Showcase
- [ ] T427 Publish Project C Showcase
- [ ] T428 Publish Project D Showcase
- [x] T423 Create Showcase Index
- [x] T424 Publish REPL Works Website Showcase
- [x] T425 Publish Project A Showcase
- [x] T426 Publish Project B Showcase
- [x] T427 Publish Project C Showcase
- [x] T428 Publish Project D Showcase

---

# PHASE 6

## SEARCH

- [ ] T529 Integrate Pagefind
- [ ] T530 Create Search UI
- [x] T529 Integrate Pagefind
- [x] T530 Create Search UI

---

Expand Down
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// @ts-check
// astro.config.mjs
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';

import pagefind from 'astro-pagefind';
import tailwindcss from '@tailwindcss/vite';

// https://astro.build/config
export default defineConfig({
site: 'https://www.repl.net',
integrations: [mdx()],
integrations: [mdx(), pagefind()],
vite: {
// 빈 옵션 객체를 전달해 봅니다.
plugins: [tailwindcss()],
},
});
Loading
Loading