We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3346c3 commit 13975feCopy full SHA for 13975fe
nuxt.config.ts
@@ -1,14 +1,14 @@
1
import { defineNuxtConfig } from '@nuxt/bridge'
2
import { generalOg, twitterOg } from './app/utils/og.constants'
3
import { preloadImages } from './app/utils/preload.constants'
4
-import { conferenceTitle, urlBasePath } from './app/utils/constants'
+import { conferenceTitle } from './app/utils/constants'
5
import { isProd } from './app/utils/environment.constants'
6
7
// https://v3.nuxtjs.org/docs/directory-structure/nuxt.config
8
export default defineNuxtConfig({
9
srcDir: 'app/',
10
router: {
11
- base: urlBasePath,
+ base: '/2022/',
12
},
13
app: {
14
buildAssetsDir: '/_nuxt/',
0 commit comments