diff --git a/example_workdir/assets/hello.txt b/example_workdir/assets/hello.txt index 78ca7fd..5dd01c1 100644 --- a/example_workdir/assets/hello.txt +++ b/example_workdir/assets/hello.txt @@ -1 +1 @@ -this is a static asset \ No newline at end of file +Hello, world! \ No newline at end of file diff --git a/example_workdir/render.yml b/example_workdir/render.yml index 68d7c62..7c74d0b 100644 --- a/example_workdir/render.yml +++ b/example_workdir/render.yml @@ -1,5 +1,12 @@ # Render options here +# Pre-compress files to serve with web server software compress: - gz - - zstd \ No newline at end of file + - zstd + +# Add .hash. to static assets provided by template +remapTemplateStatic: true + +# Add .hash. to site static assets +remapAssets: false diff --git a/example_workdir/template/index_template.html b/example_workdir/template/index_template.html index d49b62b..ebf9bee 100644 --- a/example_workdir/template/index_template.html +++ b/example_workdir/template/index_template.html @@ -25,5 +25,10 @@
Hello, world!+ + This is another asset that says things about assets.