Skip to content

Commit

Permalink
add netlify new configs and remove firebase ga
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Feb 14, 2025
1 parent 59e24f4 commit 069db2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 77 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/firebase-preview.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/firebase-production.yml

This file was deleted.

8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[build]
command = "cd exampleSite && hugo --gc --minify -D -b https://blowfish.page"
publish = "exampleSite/public"

[build.environment]
HUGO_VERSION = "0.142.0"
HUGO_THEMESDIR = "../.."
HUGO_THEME = "repo"

0 comments on commit 069db2b

Please sign in to comment.