Skip to content

Commit

Permalink
cleanup in the field of static files
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 13, 2024
1 parent c5aa3aa commit 81e7f78
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 46 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
/package-components
.env
.env.*
.idea
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
2 changes: 1 addition & 1 deletion scripts/generate-og.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ySpacing = height / (schemeColors.length + 1);
let svg = `<svg width="${width}" height="${height}" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&amp;display=swap");
</style>
</defs>
<rect width="100%" height="100%" fill="#1c1b1f"/>
Expand Down
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta property="og:image" content="%sveltekit.assets%/og.svg" />
<meta property="og:image" content="%sveltekit.assets%/og.png" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<link
rel="stylesheet"
Expand Down
Binary file added static/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/og.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 0 additions & 39 deletions static/tailwindColors.txt

This file was deleted.

0 comments on commit 81e7f78

Please sign in to comment.