Skip to content

Commit

Permalink
Merge pull request #111 from charlesLoder/sbl-update
Browse files Browse the repository at this point in the history
Sbl update
  • Loading branch information
charlesLoder authored Feb 7, 2025
2 parents 7c8b8eb + a6f5c4a commit a6234c3
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 349 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/deploy.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ node_modules
*.test.js
/dist
/docs/src/content/docs/api/**/*
/docs/.astro/
/docs-dist
291 changes: 0 additions & 291 deletions docs/.astro/astro/content.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.astro/settings.json

This file was deleted.

2 changes: 0 additions & 2 deletions docs/.astro/types.d.ts

This file was deleted.

4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "astro/config";
import starlightTypeDoc, { typeDocSidebarGroup } from "starlight-typedoc";
import { remarkBasePath } from "./prepend_base_path.js";

const basePath = process.env.NODE_ENV === "production" ? "/hebrew-transliteration" : "/";
const basePath = process.env.NODE_ENV === "production" ? "/hebrew-transliteration/" : "/";

// https://astro.build/config
export default defineConfig({
Expand All @@ -22,7 +22,7 @@ export default defineConfig({
redirects: {
"/": {
status: 302,
destination: `${basePath}/getting-started/quick-start`
destination: `${basePath}getting-started/quick-start`
}
},
integrations: [
Expand Down
Loading

0 comments on commit a6234c3

Please sign in to comment.