You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The asset ./assets/2012-03-24-milk is output to ./build/milk/index.html which becomes raypeat.rodeo/milk/ when deployed to GitHub pages.
The mention [[Milk]] also becomes ./build/milk/index.html and likewise raypeat.rodeo/milk/ when deployed.
Mention output files are created after asset output files, so mentions override extant assets with the same name.
Context
I don't want to URL namespacing for raypeat.rodeo/assets/ and raypeat.rodeo/mentions/ to solve this issue, because I like the idea of URLs being verbally sharable for both topics and assets.
Solutions?
Check for conflicts and fail to build. — Sucky dev experience, because suddenly the dev server stops refreshing.
Warning banner at top of website during nix develop -c modd (dev server) + fail to build during nix build (deployment)?
The text was updated successfully, but these errors were encountered:
./assets/2012-03-24-milk
is output to./build/milk/index.html
which becomesraypeat.rodeo/milk/
when deployed to GitHub pages.[[Milk]]
also becomes./build/milk/index.html
and likewiseraypeat.rodeo/milk/
when deployed.Context
raypeat.rodeo/assets/
andraypeat.rodeo/mentions/
to solve this issue, because I like the idea of URLs being verbally sharable for both topics and assets.Solutions?
nix develop -c modd
(dev server) + fail to build duringnix build
(deployment)?The text was updated successfully, but these errors were encountered: