Skip to content

Commit

Permalink
Change name of public properties variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroCamphuijsen committed Sep 19, 2023
1 parent dfebbee commit accf134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"myConfig":
"publicProps":
{
"title": "Essentials for Research Software Support",
"categoryOrder": ["Getting started", "Reusability", "Publishing & Citing", "Resources", "Examples"],
Expand Down
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
import { myConfig } from './config.json'
import { publicProps } from './config.json'

export default defineNuxtConfig({
runtimeConfig: {
public: myConfig,
public: publicProps,
}
,

Expand Down

0 comments on commit accf134

Please sign in to comment.