File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default defineNuxtConfig({
1212 } ,
1313 hooks : {
1414 "build:done" ( ) {
15- const file = redirects . map ( ( redirect ) => {
15+ const file = redirects . filter ( redirect => ! redirect . page ) . map ( ( redirect ) => {
1616 return `${ redirect . path } ${ redirect . target } 301` ;
1717 } ) . join ( "\n" ) ;
1818
Original file line number Diff line number Diff line change 88/discord https://discord.gg/EnqmrU9 301
99/telegram https://t.me/creativecodeberlin 301
1010/instagram https://www.instagram.com/creativecodebln/ 301
11- /artwork https://creativecode.berlin/submit/ 301
1211/github https://github.com/CreativeCodeBerlin 301
1312/learn https://sableraph.notion.site/Creative-Code-resources-for-beginners-and-beyond-p5-js-edition-38fce7d30b1d41a9a626ab70440f40ca 301
14- /codeofconduct https://berlincodeofconduct.org 301
15- /grievancePolicy https://creativecode.berlin/grievancePolicy/ 301
13+ /codeofconduct https://berlincodeofconduct.org 301
You can’t perform that action at this time.
0 commit comments