Skip to content

Commit

Permalink
Fix Linter Error
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona committed Dec 13, 2023
1 parent 22c8af6 commit 1e0d081
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ const DEFAULT_BUILD_TARGET = 'static'
const DEFAULT_VUE_DEVTOOL = false

export default {
target:"static",
generate: {
async routes() {
const config = { 
const config = {
headers: {
authorization: `Token ${process.env.AUTH_TOKEN}`,
},
Expand Down
1 change: 0 additions & 1 deletion pages/about/sponsor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
</template>

<script>
import { mapState } from 'vuex'
import I18nPageWrapper from '@/components/core/i18n/PageWrapper'
import CoreH1 from '@/components/core/titles/H1'
import i18n from '@/i18n/about/sponsor.i18n'
Expand Down

0 comments on commit 1e0d081

Please sign in to comment.