Skip to content

Commit

Permalink
Set content path setting to new repo for algoo.fr content
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Aug 1, 2024
1 parent 4008855 commit 71517e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jssg/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# JSSG
JFME_DOMAIN = "www.galae.net"
JFME_CONTENT_DIRS = [Path("/home/clement/algoofr-jfme/content")] + [BASE_DIR / "content"] + [BASE_DIR / "common-content"]
JFME_CONTENT_DIRS = [Path("/home/clement/websites/algoofr-jfme/content")] + [BASE_DIR / "content"]
JFME_PAGES_DIRS = [path / "pages" for path in JFME_CONTENT_DIRS]
JFME_POSTS_DIRS = [path / "posts" for path in JFME_CONTENT_DIRS]
JFME_TEMPLATES_DIRS = [path / "templates" for path in JFME_CONTENT_DIRS]
Expand Down

0 comments on commit 71517e7

Please sign in to comment.