Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 9764c73

Browse files
fix: namespace
1 parent 24c26cd commit 9764c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
66
<title>DeckDeckGo</title>
77

8-
<script src="/build/deckdeckgodeck.js"></script>
8+
<script src="/build/deckdeckgo.js"></script>
99

1010
</head>
1111
<body style="margin: 0;">

stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { postcss } from '@stencil/postcss';
55
import autoprefixer from 'autoprefixer';
66

77
export const config: Config = {
8-
namespace: 'deckdeckgodeck',
8+
namespace: 'deckdeckgo',
99
outputTargets:[
1010
{
1111
type: 'dist'

0 commit comments

Comments
 (0)