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.
2 parents 321affc + 5307d7f commit 15de4d6Copy full SHA for 15de4d6
astro.config.mjs
@@ -8,6 +8,8 @@ const LIVE_URL = "https://Craftserve.github.io"
8
export default defineConfig({
9
site: LIVE_URL,
10
output: "static",
11
+ site: "https://Craftserve.github.io",
12
+ base: "agency-v2",
13
integrations: [
14
icon({
15
include: {
src/scripts/NavbarScripts.js
@@ -1,5 +1,5 @@
1
-import { langs } from "../i18n/ui";
2
-import { getLangForRedirect, getLangFromUrl } from "../i18n/utils";
+import { langs } from "../i18n/ui.ts";
+import { getLangFromUrl } from "../i18n/utils";
3
4
document.getElementById("hamburger-link")?.addEventListener("click", () => {
5
document.getElementsByClassName("hamburger-menu")[0].classList.toggle("hamburger-menu-open");
0 commit comments