mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
Merge branch 'main' into cloudflare
This commit is contained in:
commit
dcc1b271a5
@ -14,5 +14,4 @@ NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||
NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||
NEXT_PUBLIC_Links="[{"link":"https://github.com/hamster1963/nezha-dash","name":"GitHub"},{"link":"https://buycoffee.top/coffee","name":"Buycoffee☕️"}]"
|
||||
NEXT_PUBLIC_DisableIndex=false
|
||||
NEXT_PUBLIC_BASE_PATH=/
|
||||
NEXT_PUBLIC_ShowTagCount=false
|
||||
|
@ -23,7 +23,6 @@ const withPWA = withPWAInit({
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
basePath: env("NEXT_PUBLIC_BASE_PATH") || "",
|
||||
logging: {
|
||||
fetches: {
|
||||
fullUrl: true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nezha-dash",
|
||||
"version": "1.4.6-fix",
|
||||
"version": "1.4.7",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3040",
|
||||
|
Loading…
Reference in New Issue
Block a user