diff --git a/web/src/pages/index.tsx b/web/src/pages/index.tsx index 846f4e9..01a5364 100644 --- a/web/src/pages/index.tsx +++ b/web/src/pages/index.tsx @@ -25,6 +25,8 @@ const ShowEntry: React.FC<{entry: Entry}> = ({entry}) => { ); }; +const API_URL = process.env.NEXT_PUBLIC_API_URL; + const Home: NextPage = () => { const [ entries, setEntries ] = useState([]); @@ -72,7 +74,7 @@ const Home: NextPage = () => { Alignment Search
-

{process.env.API_URL}

+

aaa{API_URL}aaa

    {entries.map((entry, i) => (