Rename
This commit is contained in:
parent
62795b55a0
commit
d65b7b6260
6 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { init } from "./plausible.js";
|
||||
import { init } from "./vendored.js";
|
||||
|
||||
init({
|
||||
domain: "fizika.schmelczer.dev",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Static frontend for the Fizika practice app",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"vendor": "cp node_modules/@plausible-analytics/tracker/plausible.js js/plausible.js",
|
||||
"vendor": "cp node_modules/@plausible-analytics/tracker/vendored.js js/vendored.js",
|
||||
"postinstall": "npm run vendor"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue