chore: remove legacy references

This commit is contained in:
Mo
2022-02-18 07:35:27 -06:00
parent bc45de813d
commit d27916fc28
6 changed files with 4 additions and 39 deletions

View File

@@ -23,7 +23,6 @@ module.exports = {
self: {}, // fixes error happening on `import { SKAlert } from 'sn-stylekit'`
},
transform: {
'\\.(pug)$': '../../../node_modules/jest-transform-pug',
'^.+\\.(ts|tsx)?$': 'ts-jest',
'\\.svg$': 'svg-jest',
},

View File

@@ -1,5 +0,0 @@
declare module "*.pug" {
import { compileTemplate } from 'pug';
const content: compileTemplate;
export default content;
}

View File

@@ -15,8 +15,8 @@
<link color="#5bbad5" href="favicon/safari-pinned-tab.svg" rel="mask-icon"></link>
<meta name="theme-color" content="#ffffff">
<meta ng-bind="title" content="Standard Notes" name="apple-mobile-web-app-title"/>
<meta ng-bind="title" content="Standard Notes" name="application-name"/>
<meta content="Standard Notes" name="apple-mobile-web-app-title"/>
<meta content="Standard Notes" name="application-name"/>
<base href="/"></base>
<title>Notes · Standard Notes</title>