Skip to content

Commit

Permalink
refactor: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Nov 2, 2024
1 parent d5b9f89 commit 6328aed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 199 deletions.
2 changes: 1 addition & 1 deletion apps/website/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function sitemap(): MetadataRoute.Sitemap {
{
url: "https://dokploy.com",
lastModified: new Date(),
changeFrequency: "yearly",
changeFrequency: "monthly",
priority: 1,
},
];
Expand Down
197 changes: 0 additions & 197 deletions apps/website/components/hero/Hi.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = {
"9xl": ["8rem", { lineHeight: "1" }],
},
container: {
center: "true",
center: true,
padding: "2rem",
screens: {
"2xl": "1400px",
Expand Down

0 comments on commit 6328aed

Please sign in to comment.