mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 19:19:33 +08:00
Ok?
This commit is contained in:
parent
0515dc1e64
commit
8aedf65ba0
@ -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…
x
Reference in New Issue
Block a user