Skip to content
Merged
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
3 changes: 3 additions & 0 deletions docs/scripts/predeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ pnpm run build
# move all content to /core directory
mkdir -p dist/core
mv dist/* dist/core/ 2>/dev/null || true

# copy the 404 file to the root
cp dist/core/404.html dist/404.html
Loading