Skip to content

Commit

Permalink
왜 안들어 감
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 13, 2024
1 parent 00034c6 commit 8137fb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/landing/FirstContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ import LandingBgImg from '../../assets/LandingBgImg.png';
import ArrowDoubleDown from '@/assets/ArrowDoubleDown.svg';
import { color } from '@team-entry/design_system/build/style/color';
import { Link } from 'react-router-dom';
import { SERVER_URL } from '@/constant/env';
// import { useNavigate } from 'react-router-dom';

// const navigate = useNavigate();
const First = () => {
console.log(import.meta.env.VITE_PROD_SERVER_URL);
console.log(import.meta.env.VITE_SERVER_URL);
console.log(SERVER_URL);

return (
<WrapperWithBackground>
<_Wrapper>
<_TitleBox>
<_Title>
{/* 꿈을 이루는 학교, */}
배포 확인용3
배포 확인용4
<br />
대덕소프트웨어마이스터고
</_Title>
Expand Down

0 comments on commit 8137fb5

Please sign in to comment.