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
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,8 @@ jobs:
- name: Assemble site
run: |
mkdir -p _site

# React app at root — serves as the primary UI
cp -r app/dist/. _site/

# Legacy HTML tools under /legacy/ for backwards compatibility
mkdir -p _site/legacy
cp -r frontend/. _site/legacy/

- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down
1 change: 1 addition & 0 deletions app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
base: '/content-extractor/',
server: {
port: 5173,
proxy: {
Expand Down
Loading