From 56aceb1ef2674f49287bde69156dc5b6c5e9a06d Mon Sep 17 00:00:00 2001 From: 37b7 Date: Tue, 20 May 2025 15:14:56 +0200 Subject: [PATCH] ?????? --- nuxt.config.ts | 2 +- .../matheothierry-portfolio_nuxt/{ => space}/about/[id].vue | 0 .../matheothierry-portfolio_nuxt/{ => space}/about/index.vue | 0 .../containers/matheothierry-portfolio_nuxt/{ => space}/cv.vue | 0 .../matheothierry-portfolio_nuxt/{ => space}/index.vue | 0 .../{ => space}/projects/[id]/docs.vue | 0 .../{ => space}/projects/[id]/index.vue | 0 .../matheothierry-portfolio_nuxt/{ => space}/projects/index.vue | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/about/[id].vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/about/index.vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/cv.vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/index.vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/projects/[id]/docs.vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/projects/[id]/index.vue (100%) rename pages/containers/matheothierry-portfolio_nuxt/{ => space}/projects/index.vue (100%) diff --git a/nuxt.config.ts b/nuxt.config.ts index a8dd97f..1ae23d1 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -30,7 +30,7 @@ export default defineNuxtConfig({ ], }, buildAssetsDir: '/containers/matheothierry-portfolio_nuxt/_nuxt/', - baseURL: '/test/' + baseURL: '/space/' }, modules: ['@nuxt/image'], diff --git a/pages/containers/matheothierry-portfolio_nuxt/about/[id].vue b/pages/containers/matheothierry-portfolio_nuxt/space/about/[id].vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/about/[id].vue rename to pages/containers/matheothierry-portfolio_nuxt/space/about/[id].vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/about/index.vue b/pages/containers/matheothierry-portfolio_nuxt/space/about/index.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/about/index.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/about/index.vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/cv.vue b/pages/containers/matheothierry-portfolio_nuxt/space/cv.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/cv.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/cv.vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/index.vue b/pages/containers/matheothierry-portfolio_nuxt/space/index.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/index.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/index.vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/projects/[id]/docs.vue b/pages/containers/matheothierry-portfolio_nuxt/space/projects/[id]/docs.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/projects/[id]/docs.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/projects/[id]/docs.vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/projects/[id]/index.vue b/pages/containers/matheothierry-portfolio_nuxt/space/projects/[id]/index.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/projects/[id]/index.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/projects/[id]/index.vue diff --git a/pages/containers/matheothierry-portfolio_nuxt/projects/index.vue b/pages/containers/matheothierry-portfolio_nuxt/space/projects/index.vue similarity index 100% rename from pages/containers/matheothierry-portfolio_nuxt/projects/index.vue rename to pages/containers/matheothierry-portfolio_nuxt/space/projects/index.vue