diff --git a/astro.config.mjs b/astro.config.mjs index 31edf62..6db0753 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import tailwind from '@astrojs/tailwind'; // https://astro.build/config export default defineConfig({ - site: 'https://laforceit-blog.pages.dev', // Your current Cloudflare site + site: 'https://argobox.com', // Updated site URL for ArgoBox output: 'static', // adapter: cloudflare(), // Commented out for local development integrations: [ diff --git a/casestudy.html b/casestudy.html index 2e626d3..926ea36 100644 --- a/casestudy.html +++ b/casestudy.html @@ -126,7 +126,7 @@ diff --git a/src/components/404.astro.astro b/src/components/404.astro.astro index e6496f5..286c94f 100644 --- a/src/components/404.astro.astro +++ b/src/components/404.astro.astro @@ -9,12 +9,12 @@ import Terminal from '../components/Terminal.astro'; const terminalCommands = [ { prompt: "[system@argobox]$ ", - command: "find /var/www/laforceit -name \"requested-page\"", + command: "find /var/www/ArgoBox -name \"requested-page\"", output: ["find: No matches found"] }, { prompt: "[system@argobox]$ ", - command: "grep -r \"requested-page\" /var/www/laforceit", + command: "grep -r \"requested-page\" /var/www/ArgoBox", output: ["No matches found in site content"] }, { @@ -53,7 +53,7 @@ const errorMessages = [ const randomError = errorMessages[Math.floor(Math.random() * errorMessages.length)]; --- - +
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7310eca..dd209e8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -91,7 +91,7 @@ const services = [ LF
- LaForceIT + ArgoBox