diff --git a/packages/docs-site/astro.config.ts b/packages/docs-site/astro.config.ts
index d262c20f..cbfb7427 100644
--- a/packages/docs-site/astro.config.ts
+++ b/packages/docs-site/astro.config.ts
@@ -290,7 +290,10 @@ export default defineConfig({
items: [
{
label: 'About',
- link: '/docs/footer/about/',
+ link: 'https://dmno.io',
+ attrs: {
+ target: '_blank',
+ },
},
{
label: 'Legal',
diff --git a/packages/docs-site/src/components/CustomStarlightFooter.astro b/packages/docs-site/src/components/CustomStarlightFooter.astro
index 056f88fb..927ea228 100644
--- a/packages/docs-site/src/components/CustomStarlightFooter.astro
+++ b/packages/docs-site/src/components/CustomStarlightFooter.astro
@@ -16,9 +16,10 @@ import EmailSignup from "./EmailSignup.vue";
{
DMNO_PUBLIC_CONFIG.SCARF_PIXEL_ID && (
diff --git a/packages/docs-site/src/content/docs/docs/footer/about.mdx b/packages/docs-site/src/content/docs/docs/footer/about.mdx
deleted file mode 100644
index a79db6dc..00000000
--- a/packages/docs-site/src/content/docs/docs/footer/about.mdx
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: About
----
-import theoPhilImage from '../../../../assets/docs-images/footer/theophil.jpg';
-
-
-
-
-DMNO was founded in January 2024 by Theo Ephraim and Phil Miller. We're veterans of places likes [System Initiative](https://systeminit.com), [Clay](https://clay.com), [Daily.co](https://daily.co) and [DigitalOcean](https://digitalocean.com).
-
-We started DMNO to build the types of tools that we would feel happy using every day.
-
-## Our Philosophy
-
-Here are some of the guiding principles that inform our work:
-
-- The JS/TS ecosystem is here to stay, so let's embrace it.
-- The best tools are those that make it easy to do the right thing.
-- Sensible defaults are good, but so is the ability to override them.
-- More AI generated code means that code needs to be simpler and easier to understand.
-- The world runs on open source software, support it!
-- If the main point of interaction is your docs, then the product is docs. Write the docs.
-- The best tools allow a two way conversation between code and UI.
-
-## Where we're headed
-
-We've built DMNO Config to make env vars safer and more joyful.
-
-**DMNO Config is now and will always be free and open source.**
-
-Our ultimate goal is to drastically improve how software is configured _and deployed_.
-
-DMNO Config is our first step towards that goal.
-
-There will be paid products in the future, but we will be very transparent about what's free (and open source) and what's paid.
-
-## Contact
-
-Theo Ephraim - [theo@dmno.dev](mailto:theo@dmno.dev)
-
-Phil Miller - [phil@dmno.dev](mailto:phil@dmno.dev)
-
-Or join our [Discord](https://chat.dmno.dev) and say hi!