From 29dace6fc86926ea894af1e75d9a90fc4b13b43d Mon Sep 17 00:00:00 2001 From: Michael Winter Date: Sat, 7 Mar 2026 15:32:15 +0100 Subject: [PATCH] Fix redirect from homepage and improve navigation --- nuxt.config.ts | 1 + pages/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 91fb049..a28775e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,6 +19,7 @@ export default defineNuxtConfig({ }, }, routeRules: { + '/': { redirect: '/pieces' }, '/hdp': { redirect: '/a_history_of_the_domino_problem' }, // Default: prerender all routes (static HTML) diff --git a/pages/index.vue b/pages/index.vue index 6e2c95c..3c74dbd 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,5 +3,5 @@