mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 15:39:06 +00:00
This commit is contained in:
parent
0515dc1e64
commit
8aedf65ba0
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ export default defineNuxtConfig({
|
|||
routeRules: {
|
||||
"/": { redirect: "/home" },
|
||||
"/zh_tw": { redirect: "/zh_tw/home" },
|
||||
"/desktop": { prerender: true },
|
||||
"/desktop": { prerender: true, ssr: false },
|
||||
"/go/**": { ssr: true },
|
||||
"/find/**": { ssr: true },
|
||||
// Send ZIP bombs to troll bots
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
"use client";
|
||||
// No layout
|
||||
definePageMeta({
|
||||
layout: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue