Skip to content

Commit 653f7ea

Browse files
committed
fix: A problem for another day
1 parent 3de55c3 commit 653f7ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/blog/entry.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Layout from "../../components/Layout.astro";
33
import BlogPage from "../../components/react/BlogPage";
4-
const apiUrl = import.meta.env.PUBLIC_API_URL;
4+
const apiUrl = "https://vmi2538625.contaboserver.net"; //import.meta.env.PUBLIC_API_URL;
55
---
66

77
<!-- Render on a most convenient way the blog entry using markdown coming from github gists -->

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Footer from "../components/Footer.astro";
99
import Contact from "../components/Contact.astro";
1010
import About from "../components/About.astro";
1111
import Layout from "../components/Layout.astro";
12-
const apiUrl = import.meta.env.PUBLIC_API_URL;
12+
const apiUrl = "https://vmi2538625.contaboserver.net"; // import.meta.env.PUBLIC_API_URL;
1313
---
1414

1515
<Layout>

0 commit comments

Comments
 (0)