Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Jul 18, 2024
1 parent 9e85587 commit 7568733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ import svgLoader from 'vite-svg-loader'
import { languageLocales } from './constants'

export default defineNuxtConfig({
build: {
extend(config, { isDev, isClient }) {
config.plugins.push(
new webpack.DefinePlugin({
'process.env.DEBUG': JSON.stringify(true)
})
)
},
devtools: { enabled: true },
postcss: {
plugins: {
Expand Down Expand Up @@ -44,9 +36,6 @@ export default defineNuxtConfig({
css: ['~/assets/styles/tailwind.css'],
components: [{ path: '~/components', pathPrefix: false }],
vite: {
define: {
'process.env.DEBUG': JSON.stringify(true)
},
plugins: [
svgLoader({
svgoConfig: {
Expand Down
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="grid grid-flow-row overflow-hidden">
<HeroSection />
<!-- <HeroSection />
<WhatIsWitnetSection />
<CoinSection />
<BuySection />
Expand All @@ -11,7 +11,7 @@
<TutorialsSection />
<CommunitySection />
<Newsletter />
<FooterSection />
<FooterSection /> -->
</div>
</template>

Expand Down

0 comments on commit 7568733

Please sign in to comment.