diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-07-12 12:06:06 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-07-12 12:06:06 -0400 |
| commit | 646d35d416d90918e1e0364355156ae93e063847 (patch) | |
| tree | 43e4a4d980f8411838ea961a5574e6383d5d6453 | |
| parent | eaf0de625400595ee1f733890a4cd11461850e71 (diff) | |
| download | xesite-646d35d416d90918e1e0364355156ae93e063847.tar.xz xesite-646d35d416d90918e1e0364355156ae93e063847.zip | |
fuck, go back
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | fly/xesite/fly.toml | 10 | ||||
| -rw-r--r-- | lume/src/_includes/base.njk | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fly/xesite/fly.toml b/fly/xesite/fly.toml index 66bfd02..224a493 100644 --- a/fly/xesite/fly.toml +++ b/fly/xesite/fly.toml @@ -17,11 +17,11 @@ auto_extend_size_threshold = 80 auto_extend_size_increment = "1GB" auto_extend_size_limit = "10GB" -[[statics]] -url_prefix = "/" -guest_path = "/" -tigris_bucket = "xesite" -index_document = "index.html" +#[[statics]] +#url_prefix = "/" +#guest_path = "/" +#tigris_bucket = "xesite" +#index_document = "index.html" [build] image = "ghcr.io/xe/site/bin:earthly" diff --git a/lume/src/_includes/base.njk b/lume/src/_includes/base.njk index b44942a..c583d13 100644 --- a/lume/src/_includes/base.njk +++ b/lume/src/_includes/base.njk @@ -110,7 +110,7 @@ </div> <div class="mx-auto"></div> <div class="flex items-center flex-shrink-0 mr-6"> - <a href="/signalboost" class="ml-6 text-fg-1 dark:text-fgDark-1"> + <a href="/signalboost/" class="ml-6 text-fg-1 dark:text-fgDark-1"> <span class="text-xl font-aile tracking-tight">Signalboost</span> </a> </div> |
