tweaked makefile to work with flatpak version
This commit is contained in:
parent
4ac43a5cfb
commit
fd2eddea53
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ build:
|
|||
zola build
|
||||
|
||||
serve:
|
||||
zola serve --interface 0.0.0.0 --port 1111 --base-url localhost
|
||||
zola serve
|
||||
|
||||
publish: build
|
||||
cp -r public/* /usr/share/nginx/snamellit/
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d987049cd2660ab019ebaaf108aa69fff7fb847d
|
||||
Subproject commit 1a510f1be436d04c36a3ff0596b3162673ff1298
|
Loading…
Reference in a new issue