From 9b19daca33eda73f557e7f8b03e46f9a84b8e146 Mon Sep 17 00:00:00 2001 From: juls0730 <62722391+juls0730@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:43:26 -0500 Subject: [PATCH] github redirect page --- nuxt.config.ts | 1 - pages/github/[...repo].vue | 16 ++++++++++++++++ pages/index.vue | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 pages/github/[...repo].vue diff --git a/nuxt.config.ts b/nuxt.config.ts index a9d0058..48094e7 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -65,7 +65,6 @@ export default defineNuxtConfig({ minify: true, prerender: { crawlLinks: true, - ignore: ['/github'], routes: ['/sitemap.xml', '/rss.xml'] }, }, diff --git a/pages/github/[...repo].vue b/pages/github/[...repo].vue new file mode 100644 index 0000000..8f69fda --- /dev/null +++ b/pages/github/[...repo].vue @@ -0,0 +1,16 @@ + + + + + You are being redirected to GitHub shortly... + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 5290a29..a51e8d7 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -174,7 +174,7 @@ let projects: Project[] = [ + :icons="project.icons" :repo="project.repo" :externalLink="project.externalLink">