diff --git a/astro.config.mjs b/astro.config.mjs index d209962..044cc31 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,7 +9,8 @@ export default defineConfig({ // Slug issue if not enabled redirects: { '/docs/': '/docs/zorn/introduction/', - '/docs/minpluto': '/docs/zorn/introduction/' + '/docs/minpluto': '/docs/zorn/introduction/', + '/on-premise-policy': '/umbrella-policy' }, integrations: [ mdx(), diff --git a/public/q.png b/public/q.png new file mode 100644 index 0000000..8e184a8 Binary files /dev/null and b/public/q.png differ diff --git a/src/components/global/Footer.astro b/src/components/global/Footer.astro index b9465d3..3201358 100644 --- a/src/components/global/Footer.astro +++ b/src/components/global/Footer.astro @@ -5,7 +5,7 @@ import { Copyright } from "@iconoir/vue";