Skip to content

Commit

Permalink
Updated netlify toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmwu committed Dec 22, 2024
1 parent 94a0bd8 commit bdbd6d2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# https://docs.netlify.com/configure-builds/file-based-configuration/
# testing uwu

[build]
publish = "public/"
command = "yarn build"
command = "vite build"
publish = "dist"

[build.environment]
TZ = "America/Los_Angeles"
CI = "true"
NODE_VERSION = "20.17.0"

[context.production]
ignore = "true"

0 comments on commit bdbd6d2

Please sign in to comment.