Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidKonkol committed Mar 3, 2024
1 parent 62c4228 commit f84dd46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default defineNuxtConfig({
ssr: true,
srcDir: 'src/',

app: {
baseURL: '/nuxt-starter/'
},
css: [
'assets/scss/style.scss',
],
Expand All @@ -13,9 +15,6 @@ export default defineNuxtConfig({
site: {
url: 'https://konkol00.github.io/',
},
router: {
base: '/nuxt-starter/'
},
build: {
transpile: ['mdi-vue']
},
Expand Down

0 comments on commit f84dd46

Please sign in to comment.