Skip to content

Commit 02e31e0

Browse files
committed
lowp
1 parent b50b722 commit 02e31e0

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build with Trunk
3131
run: |
32-
trunk build --release --public-url "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
32+
trunk build --release
3333
3434
- name: Deploy
3535
uses: JamesIves/github-pages-deploy-action@v4

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cellular-automata.wirthless.dev

Trunk.toml

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
[build]
2+
public_url = "/"
3+
4+
[[hooks]]
5+
stage = "build"
6+
command = "sh"
7+
command_arguments = ["-c", "echo cellular-automata.wirthless.dev > dist/CNAME"]

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
<base href="/cellular-automata/">
34
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
45

56
<!-- Disable zooming: -->

0 commit comments

Comments
 (0)