Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #24

Merged
merged 20 commits into from
Mar 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9dfd9ca
chore(readme): update readme
Mar 2, 2021
3cfa482
chore(readme): update readme
Mar 2, 2021
cc96ecc
Merge pull request #16 from GrabarzUndPartner/feature/readme
ThornWalli Mar 2, 2021
050cf03
chore(favicon): update favicon
Mar 2, 2021
aa538bb
Merge pull request #17 from GrabarzUndPartner/feature/favicon
ThornWalli Mar 2, 2021
4cf9a53
chore(deps): update dependency lint-staged to v10.5.4
renovate-bot Mar 2, 2021
fbcb2c0
chore(clean): remove unused deps, files and components
Mar 2, 2021
abb60b5
chore(package): fix test task
Mar 2, 2021
bf61952
Merge pull request #20 from GrabarzUndPartner/feature/clean
ThornWalli Mar 2, 2021
97dada6
Merge branch 'develop' into renovate/lint-staged-10.x
Mar 2, 2021
405e788
Merge pull request #18 from GrabarzUndPartner/renovate/lint-staged-10.x
ThornWalli Mar 2, 2021
93934e4
fix(deps): update dependency @storybook/addon-a11y to v6.1.20
renovate-bot Mar 2, 2021
aa327ca
chore(clean): remove unused deps
Mar 2, 2021
f64f2b7
Merge branch 'develop' into feature/clean
Mar 2, 2021
b438687
Merge pull request #23 from GrabarzUndPartner/feature/clean
ThornWalli Mar 2, 2021
1a0d065
Merge branch 'develop' into renovate/storybook-monorepo
Mar 2, 2021
7cd7626
chore(deps): update node.js to v12.21.0
renovate-bot Mar 2, 2021
d7ffc99
Merge pull request #22 from GrabarzUndPartner/renovate/storybook-mono…
ThornWalli Mar 2, 2021
de6d445
Merge branch 'develop' into renovate/node-12.x
Mar 2, 2021
54fc9c9
Merge pull request #19 from GrabarzUndPartner/renovate/node-12.x
ThornWalli Mar 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
- name: Build
run: |
npm run static --build-analyze --base=/UnfilteredTruth/ --website-host=https://grabarzundpartner.github.io/UnfilteredTruth
npm run generate --build-analyze --base=/UnfilteredTruth/ --website-host=https://grabarzundpartner.github.io/UnfilteredTruth
mkdir dist/reports dist/reports/webpack
cp -R .reports/webpack/* dist/reports/webpack
touch dist/.nojekyll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
- name: Build
run: |
npm run static --build-analyze --website-host=https://unfilteredtruth.cc
npm run generate --build-analyze --website-host=https://unfilteredtruth.cc
mkdir dist/reports dist/reports/webpack
cp -R .reports/webpack/* dist/reports/webpack
touch dist/.nojekyll
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.20.1
12.21.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[![Renovate - Status][renovate-status-src]][renovate-status-href]

- [✨   **Release Notes**](./CHANGELOG.md)
[✨   **Release Notes**](./CHANGELOG.md)

`#UnfilteredTruth` is a basic tool to protect a basic right. Recently, US police officers started to play music to prevent citizens from documenting and sharing their actions. The music triggers social media copyright filters and prevents recordings from being shared. This tool provides a fast and simple way to hide the video’s soundtrack from these filters – for fast and simple sharing.

Expand All @@ -29,7 +29,7 @@ Everybody should be able to share video evidence with the world – unobstructed

Learn more about [NuxtJS](https://nuxtjs.org/)

<img src="https://nuxtjs.org/logos/built-with-nuxt.svg" style="width: 240px;" />
<img src="https://nuxtjs.org/logos/built-with-nuxt.svg" width="240" />

## License

Expand Down
18 changes: 0 additions & 18 deletions env/static-server.js

This file was deleted.

4 changes: 0 additions & 4 deletions now.json

This file was deleted.

37 changes: 4 additions & 33 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ module.exports = {
const key = path.join(dir, 'server.key');
const crt = path.join(dir, 'server.crt');

// eslint-disable-next-line security/detect-non-literal-fs-filename
if (fs.existsSync(key) && fs.existsSync(crt)) {
// eslint-disable-next-line security/detect-non-literal-fs-filename
return { key: fs.readFileSync(key), cert: fs.readFileSync(crt) };
} else {
return null;
Expand Down Expand Up @@ -133,14 +135,12 @@ module.exports = {
},

generate: {
dir: 'dist',
crawler: true
dir: 'dist'
},

render: {
crossorigin: 'anonymous',
resourceHints: true,
http2: { push: true }
resourceHints: true
},

router: {
Expand Down Expand Up @@ -221,37 +221,8 @@ module.exports = {
modules: [
'@/modules/device-detection',
'nuxt-speedkit',
'@/modules/codesandbox',
'@/modules/svg',
'@/modules/analyzer',
'@nuxtjs/axios',
/*
[
'nuxt-i18n', {
locales: [
{
code: 'en',
iso: 'en-US'
},
{
code: 'de',
iso: 'de-DE'
}
],
parsePages: true,
defaultLocale: DEFAULT_LANG,
strategy: 'prefix_except_default',
seo: false,
vueI18nLoader: false,
vueI18n: {
fallbackLocale: DEFAULT_LANG,
messages: {
en: require('./src/globals/locales/en.json'),
de: require('./src/globals/locales/de.json')
}
}
}
], */
[
'@/modules/licence', {
perChunkOutput: false,
Expand Down
Loading