Lint
This commit is contained in:
parent
f7d069458f
commit
e7e0658382
1 changed files with 2 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ import '../static/no-change/favicons/favicon.ico';
|
|||
import '../static/no-change/favicons/site.webmanifest';
|
||||
import '../static/no-change/og-image.jpg';
|
||||
import '../static/no-change/robots.txt';
|
||||
import { init as plausibleInit } from '@plausible-analytics/tracker'
|
||||
import { init as plausibleInit } from '@plausible-analytics/tracker';
|
||||
import { portfolio } from './data/portfolio';
|
||||
import {
|
||||
addSupportForTabNavigation,
|
||||
|
|
@ -24,10 +24,9 @@ plausibleInit({
|
|||
captureOnLocalhost: true,
|
||||
logging: true,
|
||||
fileDownloads: true,
|
||||
hashBasedRouting: true
|
||||
hashBasedRouting: true,
|
||||
});
|
||||
|
||||
|
||||
addSupportForTabNavigation();
|
||||
removeUnnecessaryOutlines();
|
||||
portfolio.forEach((e) => e.attachToDOM(document.body));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue