mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
feat: update nuxt.config.ts with redirects for specific paths; remove index.vue and add desktop/index.vue for app structure
This commit is contained in:
parent
3c1eb8176b
commit
8b07d4b3be
4 changed files with 27 additions and 11 deletions
|
@ -54,7 +54,7 @@ onMounted(() => {
|
|||
></span
|
||||
></span>
|
||||
<div class="flex flex-row justify-center align-center gap-0s">
|
||||
<NuxtLink :to="localePath('/app/')">
|
||||
<NuxtLink :to="localePath('/app/desktop/?openapp=hotnews')">
|
||||
<button
|
||||
class="m-4 mr-1 ml-1 bg-[#8C9393] text-white p-3 rounded-[10px] bg-gradient-to-l from-sky-500 to-purple-600 transition-all duration-150 hover:transform hover:scale-105 hover:shadow-lg"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue