You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/config.js
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import{defineConfig}from'vitepress'
1
+
import{defineConfig}from'vitepress';
2
2
importviteConfigfrom'../../vite.config.js';
3
3
4
4
// https://vitepress.dev/reference/site-config
@@ -19,12 +19,13 @@ export default defineConfig({
19
19
siteTitle: false,
20
20
21
21
footer: {
22
-
message: 'Mosaic is a collaboration of the <a href="https://idl.uw.edu/">UW Interactive Data Lab</a> and the <a href="https://dig.cmu.edu/">CMU Data Interaction Group</a>.',
22
+
message:
23
+
'Mosaic is a collaboration of the <a href="https://idl.uw.edu/">UW Interactive Data Lab</a> and the <a href="https://dig.cmu.edu/">CMU Data Interaction Group</a>.',
0 commit comments