Skip to content

Commit

Permalink
fix(config): remove app from name
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Jun 7, 2024
1 parent 251d76c commit f137a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d2.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const config = {
id: '3c6d0723-904c-4c7a-bbd6-35f3c3aa356b',
type: 'app',
title: 'Maintenance App (Preview)',
name: 'maintenance-app-preview',
title: 'Maintenance (Preview)',
name: 'maintenance-preview',
entryPoints: {
app: './src/App.tsx',
},
Expand Down

0 comments on commit f137a54

Please sign in to comment.