ci(frontend): added in big button for docs lol
This commit is contained in:
@@ -3,7 +3,7 @@ import type { Config } from "@docusaurus/types";
|
||||
import type * as Preset from "@docusaurus/preset-classic";
|
||||
|
||||
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
|
||||
|
||||
const APP_URL = process.env.APP_URL || "http://localhost:5173/lst/app";
|
||||
const config: Config = {
|
||||
title: "Logistics Support Tool",
|
||||
tagline: "lst",
|
||||
@@ -101,9 +101,10 @@ const config: Config = {
|
||||
label: "Docs",
|
||||
},
|
||||
// {
|
||||
// to: "/lst/app",
|
||||
// label: "App",
|
||||
// position: "right",
|
||||
// href: APP_URL, // ✅ use href for absolute path
|
||||
// target: "_self", // optional: use '_blank' to open in new tab
|
||||
// },
|
||||
// { to: "/blog", label: "Blog", position: "left" },
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user