Skip to content

Commit

Permalink
Fix attempt (#128)
Browse files Browse the repository at this point in the history
* Fix

* Update nuxt.config.ts
  • Loading branch information
Madis0 authored Jun 8, 2024
1 parent 0ef53bc commit 0ed01f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ function getName(lang) {
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['@nuxtjs/color-mode', '@nuxtjs/i18n', "@nuxt/image"],
ssr: true,
plugins: [
{ src: '~/plugins/floating-vue.client.js', mode: 'client' }
],
ssr: true,
build: {
transpile: ['floating-vue'],
},
nitro: {
preset: 'github-pages',
},
Expand Down

0 comments on commit 0ed01f5

Please sign in to comment.