Skip to content

Commit

Permalink
chore: point submodule to main and delete refine-taxonomies submodule…
Browse files Browse the repository at this point in the history
… branch (#55)
  • Loading branch information
IgboPharaoh authored and Emmanuel-Develops committed Nov 8, 2024
1 parent a7b6974 commit a70086e
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -5,7 +5,3 @@
path = public/gh-pages
url = https://github.com/bitcointranscripts/bitcointranscripts.github.io.git
branch = gh-pages
[submodule "public/refine-taxonomies"]
path = public/refine-taxonomies
url = https://github.com/kouloumos/bitcointranscripts
branch = refine-taxonomies
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
@@ -354,7 +354,7 @@ export const Source = defineDocumentType(() => ({
}));

export default makeSource({
contentDirPath: path.join(process.cwd(), "public", "refine-taxonomies"),
contentDirPath: path.join(process.cwd(), "public", "bitcoin-transcript"),
documentTypes: [Source, Transcript],
contentDirExclude: [
".github",
1 change: 0 additions & 1 deletion public/refine-taxonomies
Submodule refine-taxonomies deleted from f07249

0 comments on commit a70086e

Please sign in to comment.