浏览代码

Update external link and modify start script in package.json

vtugulan 6 月之前
父节点
当前提交
48ff50c427
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app/page.tsx
  2. 1 1
      package.json

+ 1 - 1
app/page.tsx

@@ -27,7 +27,7 @@ export default function Home() {
         <div className="flex gap-4 items-center flex-col sm:flex-row">
           <a
             className="rounded-full border border-solid border-transparent transition-colors flex items-center justify-center bg-foreground text-background gap-2 hover:bg-[#383838] dark:hover:bg-[#ccc] text-sm sm:text-base h-10 sm:h-12 px-4 sm:px-5"
-            href="https://request.vforvidane.com/"
+            href="https://request.vixflix.online/"
             target="_blank"
             rel="noopener noreferrer"
           >

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "scripts": {
     "dev": "next dev --turbopack",
     "build": "next build",
-    "start": "next start",
+    "start": "node .next/standalone/server.js",
     "lint": "next lint"
   },
   "dependencies": {