File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22import Layout from " ../../components/Layout.astro" ;
33import 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 -->
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Footer from "../components/Footer.astro";
99import Contact from " ../components/Contact.astro" ;
1010import About from " ../components/About.astro" ;
1111import 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 >
You can’t perform that action at this time.
0 commit comments