mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-04-27 23:43:05 -05:00
Move DOCUMENTATION_BASE to constants file in utils
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const DOCUMENTATION_BASE = "https://docs.myspeed.dev";
|
||||
@@ -3,7 +3,7 @@ import {faDocker, faLinux, faWindows} from "@fortawesome/free-brands-svg-icons";
|
||||
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
||||
import {faCheck, faCopy} from "@fortawesome/free-solid-svg-icons";
|
||||
import {useState} from "react";
|
||||
import {DOCUMENTATION_BASE} from "@/main.jsx";
|
||||
import {DOCUMENTATION_BASE} from "@/common/utils/constants";
|
||||
|
||||
export const INSTALL_CMD = "bash <(curl -sSL https://install.myspeed.dev)";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user