diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-30 10:16:30 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-08-30 10:16:30 +0200 |
commit | e8856e4713057bf3c904d1f0a312eaf5a4251d47 (patch) | |
tree | c9b460b23a7caa78945b57355d5ce45e03d14346 /netlify.toml | |
parent | 768b047e89f419deca3ddd00af7cb75209de97b6 (diff) | |
download | puszcza-e8856e4713057bf3c904d1f0a312eaf5a4251d47.tar.gz puszcza-e8856e4713057bf3c904d1f0a312eaf5a4251d47.zip |
Fix font
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..3a88ace --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] + +publish = "dist/" +command = "npm run generate" \ No newline at end of file |