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
8 changes: 6 additions & 2 deletions apps/editor/scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ else
fi


echo ">>> Installing dependencies in $(pwd)..."
pnpm install --production
# echo ">>> Installing dependencies in $(pwd)..."
# pnpm install --production



echo ">>> Skipping install (Standalone build includes dependencies)."
1 change: 1 addition & 0 deletions packages/ui/src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function HeroComponent({
href={button && button.link}
style={inlineStyles}
onClick={handleLinkClick}
//백그라운드 사진 렌더링 필요
></a>
)}
</div>
Expand Down