diff --git a/.env.example b/.env.example index 4fccf5a..0a43a3b 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # ホストのURL (本番環境のみ必須) -HOST_ORIGIN_URL="http://localhost:3000" +NEXT_PUBLIC_HOST_ORIGIN_URL="http://localhost:3000" # markdownファイルのディレクトリパス (開発環境は`.env.development`に記載) MARKDOWN_DIR_PATH="markdowns"