Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 24, 2024
1 parent 94fa3f1 commit fe4dd74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
build:
context: .
dockerfile: docker/docs.Dockerfile
environment:
BASE_PATH: /docs
gq-server:
build:
context: .
Expand Down
4 changes: 1 addition & 3 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import tailwind from "@astrojs/tailwind";

const base_path = process.env.BASE_PATH || "/";

// https://astro.build/config
export default defineConfig({
base: base_path,
base: "/docs",
integrations: [
tailwind({
// Disable the default base styles
Expand Down

0 comments on commit fe4dd74

Please sign in to comment.