Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot committed Mar 15, 2024
1 parent 7dcce5e commit e89e09f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { url } from 'node:inspector'

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
nitro: {
Expand All @@ -26,9 +24,6 @@ export default defineNuxtConfig({
globals.forEach(c => c.global = true)
},
},
site: {
url: 'https://nuxt-open-fetch.vercel.app',
},
ui: {
icons: ['heroicons', 'simple-icons'],
},
Expand Down

0 comments on commit e89e09f

Please sign in to comment.