Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion docs/src/pages/docs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Code } from "../components/code";
import CopyButton from "../../components/CopyButton";
import DocsPage from "./_docs-wrapper";

const BASE_URL = import.meta.env.BASE_URL;

export default function Docs() {
return (
<DocsPage
Expand Down Expand Up @@ -37,7 +39,7 @@ export default function Docs() {
Vite documentation
</a>{" "}
for more details on getting started or visit the{" "}
<a className="gw-underline" href="/docs/quick-start">
<a className="gw-underline" href={`${BASE_URL}#/docs/quick-start`}>
quick start guide
</a>{" "}
for a step by step guide for getting set up using Vite with Groundwork.
Expand Down