diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 5cd1a24..0000000 --- a/netlify.toml +++ /dev/null @@ -1,6 +0,0 @@ -[build] -# Build command for SvelteKit -command = "npm run build" - -# Publish directory (where the built files are located) -publish = "build" diff --git a/package.json b/package.json index 05ef75b..6f29528 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "event-cactus", + "name": "cactoide", "private": true, - "version": "0.0.1", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite dev", diff --git a/src/routes/event/+page.svelte b/src/routes/event/+page.svelte index b47861e..213f8c1 100644 --- a/src/routes/event/+page.svelte +++ b/src/routes/event/+page.svelte @@ -60,7 +60,7 @@ - My Events - Event Cactus + My Events - Cactoide
diff --git a/tailwind.config.js b/tailwind.config.js index a2381b1..7f5fb18 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,9 +4,7 @@ export default { theme: { extend: { fontFamily: { - mono: ['JetBrains Mono', 'Fira Code', 'monospace'], - display: ['Inter', 'system-ui', 'sans-serif'], - sans: ['Inter', 'system-ui', 'sans-serif'] + mono: ['JetBrains Mono', 'Fira Code', 'monospace'] } } }