Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Dec 18, 2024
1 parent 2e708ce commit b03a08b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { zColor } from "@remotion/zod-types";
import { random } from "remotion/no-react";
import { z } from "zod";
import { YEAR_TO_REVIEW } from "./helpers/year";

export const SITE_NAME = `unwrapped${YEAR_TO_REVIEW}`;
export const SITE_NAME = `unwrapped2024`;
export const RAM = 1200;
export const DISK = 10240;
export const TIMEOUT = 120;
Expand Down
File renamed without changes.

0 comments on commit b03a08b

Please sign in to comment.