We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20b49f commit 381d187Copy full SHA for 381d187
index.js
@@ -3,7 +3,7 @@ import renderAbout from "./pages/about/about.js";
3
import renderUser from "./pages/user/user.js";
4
import renderLogin from "./pages/login/login.js";
5
6
-const githubRepoName = "/frontend-structure";
+const githubRepoName = "/fullstact-frontend";
7
const isLocalhost =
8
window.location.host.indexOf("127.0.0.1") != -1 ||
9
window.location.host.indexOf("localhost") != -1;
0 commit comments