feat(env variables): accessible project variabes
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
import type { NextPage } from "next";
|
||||
|
||||
import Head from "../components/Head";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return <></>;
|
||||
return (
|
||||
<>
|
||||
<Head />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
Reference in New Issue
Block a user