Skip to content

Commit 58e5694

Browse files
committed
Correct --baseURL flag
1 parent c1e4f72 commit 58e5694

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
"remoteUser": "ubuntu",
99

10-
"postStartCommand": "nohup bash -c 'hugo ; bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseUrl=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
10+
"postStartCommand": "nohup bash -c 'hugo ; bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseURL=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
1111

1212
}

content/install-guides/acfl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Arm Compiler for Linux runs on 64-bit Arm machines, it is not a cross-compiler.
2929

3030
You do not require any additional license to use Arm Compiler for Linux.
3131

32-
3332
## Arm-based hardware
3433

3534
Arm Compiler for Linux supports all 64-bit Arm based [server-class hardware](/learning-paths/servers-and-cloud-computing/intro/).

0 commit comments

Comments
 (0)