Hello! I'm having some problems with Cryogen
my :site-url
is <https://foo.com/~bar>
but the button at the navbar sends me to <https://foo.com>
How would I fix this?
Oh, whoops. Looks like there's some nginx stuff mentioned in the docs. Ill check that out now
Oh, wait, I'm using Apache.
I tried setting :blog-prefix
to /~bar
but that doesn't appear to do what i wanted
I ended up just modifying the theme to use :site-url
instead of :index-uri
. Still having an issue with images not displaying but im sure that's a simple fix as well
looks like I need to find a way to prefix /~bar
to the image URLs
Okay, I fixed everything. Even got to undo the theme changes
Issue was I didn't realize :blog-prefix
was causing a directory named ~bar
to be added to resources/public/
I was just copying the public folder over
and since i didnt clean it it was just reuploading the old files
now I copy over the ~bar
directory and everything works 🙂
Glad you figured it out. :simple_smile: