We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d244a4 commit 466f84dCopy full SHA for 466f84d
src/js/layout.js
@@ -11,7 +11,7 @@ import { Navbar } from "./component/navbar";
11
import { Footer } from "./component/footer";
12
13
//create your first component
14
-export const Layout = () => {
+const Layout = () => {
15
//the basename is used when your project is published in a subdirectory and not in the root of the domain
16
// you can set the basename on the .env file located at the root of this project, E.g: BASENAME=/react-hello-webapp/
17
const basename = process.env.BASENAME || "";
0 commit comments