|
@@ -25,7 +25,7 @@ if (process.env.NUXT_ENV === 'dev') {
|
|
|
* @see https://nuxt.com/docs/api/configuration/nuxt-config
|
|
* @see https://nuxt.com/docs/api/configuration/nuxt-config
|
|
|
*/
|
|
*/
|
|
|
export default defineNuxtConfig({
|
|
export default defineNuxtConfig({
|
|
|
- ssr: false,
|
|
|
|
|
|
|
+ ssr: true,
|
|
|
title: 'Opentalent',
|
|
title: 'Opentalent',
|
|
|
runtimeConfig: {
|
|
runtimeConfig: {
|
|
|
// Private config that is only available on the server
|
|
// Private config that is only available on the server
|