> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# May 9, 2025

> 2분 읽기

export const YouTubeEmbed = ({videoId, title = "YouTube video", startAt}) => {
  if (!videoId) {
    return null;
  }
  let url = "https://www.youtube.com/embed/" + videoId;
  if (startAt) {
    url = url + "?start=" + startAt;
  }
  return <Frame>
      <iframe src={url} title={title} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>
    </Frame>;
};

## 새로운 기능

* [Notion 통합](#notion-integration)
* [PayPal 결제 통합](#paypal-checkout-integration)
* [깨진 Unsplash URL에 대한 개선된 이미지 처리](#improved-image-handling-for-broken-unsplash-urls)
* [향상된 엔터프라이즈 배포 개인정보 설정](#enhanced-enterprise-deployment-privacy-settings)

## 플랫폼 업데이트

### Notion 통합

<YouTubeEmbed videoId="ENYxveSU-pM" title="Notion 통합" />

Notion Agent 통합이 이제 모든 사용자에게 제공되어 Replit 프로젝트와 Notion 워크스페이스 간의 원활한 통합이 가능합니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/notion-app.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=7e2cf615e6db13442e4041495318c7ee" width="5120" height="2880" data-path="images/changelog/2025-05-09/notion-app.png" />
</Frame>

Agent를 통한 안내 설정으로 Notion의 강력한 데이터베이스 및 문서 기능을 활용하는 애플리케이션을 빠르게 빌드하세요. 이 통합은 연결된 애플리케이션 빌드를 위해 Notion API와의 연결을 가능하게 합니다.

즉, Notion 워크스페이스에서 데이터를 주고받는 Replit 앱을 빌드할 수 있습니다!

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/notion-db.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=878a93d5145c8c335fde19d2e7510836" width="5120" height="2880" data-path="images/changelog/2025-05-09/notion-db.png" />
</Frame>

### PayPal 결제 통합

새로운 PayPal 결제 통합으로 애플리케이션에서 PayPal 결제를 활성화하세요.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/paypal.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=5c47a0f2d0eef847506151ab74453ca3" width="592" height="715" data-path="images/changelog/2025-05-09/paypal.png" />
</Frame>

이제 모든 사용자에게 제공되는 이 통합으로 애플리케이션에 신뢰할 수 있는 결제 옵션을 쉽게 추가하여 프로젝트 수익화 능력을 확장할 수 있습니다.

### 깨진 Unsplash URL에 대한 개선된 이미지 처리

프로젝트에서 깨진 스톡 이미지와 작별하세요!

모르셨다면, Agent는 이미 Unsplash에서 프로젝트에 스톡 이미지를 추가합니다. 하지만 때로는 URL이 깨집니다. 그 이유는? LLM은 스톡 이미지 URL을 환각하는 데 능숙하기 때문입니다.

깨진 스톡 이미지를 작동하는 대안으로 자동 교체하는 기능을 추가하여 애플리케이션이 항상 전문적으로 표시되도록 합니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/imagepng-090136.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=488bb3babbbdf8c0993fe489094c12bf" width="3440" height="1630" data-path="images/changelog/2025-05-09/imagepng-090136.png" />
</Frame>

## Teams 및 엔터프라이즈

### 향상된 엔터프라이즈 배포 개인정보 설정

엔터프라이즈 고객은 이제 다양한 구성 옵션으로 배포 개인정보를 더 세밀하게 제어할 수 있습니다.

이 향상된 기능을 통해 조직은 배포된 애플리케이션에 대한 액세스를 정밀하게 관리하여 엔터프라이즈 환경이 요구하는 보안과 유연성을 제공합니다. 이제 팀 사용자도 기본적으로 비공개 배포의 혜택을 받아 공개 공유를 위한 명시적 동의가 필요합니다.

<Frame>
  <img src="https://mintcdn.com/replit/ulqp7CGfE7lmBv7N/images/changelog/2025-05-09/screenshot-2025-05-08-at-12842-pmpng-090121.png?fit=max&auto=format&n=ulqp7CGfE7lmBv7N&q=85&s=8d252d3d56c9041c4ccc3980e3d885ae" width="1454" height="898" data-path="images/changelog/2025-05-09/screenshot-2025-05-08-at-12842-pmpng-090121.png" />
</Frame>
